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, write
public WrappedByteArrayOutputStream(byte[] buffer, int bufferOffset)
public int getPosition()
public void write(int b) throws IOException
write
in class OutputStream
IOException
Copyright © 2019. All rights reserved.