public class ByteBufferOutputStream extends OutputStream
| Constructor and Description |
|---|
ByteBufferOutputStream(ByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic 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 © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.