public static class BaseHttpResponse.MaxSizeByteArrayOutputStream extends ByteArrayOutputStream
buf, count| Constructor and Description | 
|---|
| MaxSizeByteArrayOutputStream(long maxSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | write(byte[] b) | 
| void | write(byte[] b,
     int off,
     int len) | 
| void | write(int b) | 
close, reset, size, toByteArray, toString, toString, toString, writeToflushpublic void write(int b)
write in class ByteArrayOutputStreampublic void write(byte[] b,
                  int off,
                  int len)
write in class ByteArrayOutputStreampublic void write(byte[] b)
           throws IOException
write in class OutputStreamIOExceptionCopyright © 2019. All Rights Reserved.