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, writeTo
flush
public void write(int b)
write
in class ByteArrayOutputStream
public void write(byte[] b, int off, int len)
write
in class ByteArrayOutputStream
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
Copyright © 2019. All Rights Reserved.