public class CappedByteArrayOutputStream extends ByteArrayOutputStream
buf, count| Constructor and Description |
|---|
CappedByteArrayOutputStream(int maxBytes) |
| 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 © 2015. All Rights Reserved.