public class ByteBufferOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected ByteBuffer |
buffer |
| Constructor and Description |
|---|
ByteBufferOutputStream(ByteBuffer buf) |
protected final ByteBuffer buffer
public ByteBufferOutputStream(ByteBuffer buf)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.