public class FixedByteArrayOutputStream extends ByteArrayOutputStream
buf, count| Constructor and Description |
|---|
FixedByteArrayOutputStream(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, reset, size, toByteArray, toString, toString, toString, writeToflush, writepublic void write(int b)
write in class ByteArrayOutputStreampublic void write(byte[] b,
int off,
int len)
write in class ByteArrayOutputStreamCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.