public class IOBuffer extends ByteArrayOutputStream
buf, count
Constructor and Description |
---|
IOBuffer() |
Modifier and Type | Method and Description |
---|---|
byte[] |
toByteArray() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, reset, size, toString, toString, toString, writeTo
flush, write
public IOBuffer()
public void write(byte[] b, int off, int len)
write
in class ByteArrayOutputStream
public void write(int b)
write
in class ByteArrayOutputStream
public byte[] toByteArray()
toByteArray
in class ByteArrayOutputStream