public class WrappedByteArrayOutputStream extends OutputStream
| Constructor and Description |
|---|
WrappedByteArrayOutputStream(byte[] buffer,
int bufferOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPosition() |
void |
write(int b) |
close, flush, write, writepublic WrappedByteArrayOutputStream(byte[] buffer,
int bufferOffset)
public int getPosition()
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2019. All rights reserved.