public final class ByteBufferOutputStream extends OutputStream
| Modifier and Type | Method and Description |
|---|---|
static ByteBufferOutputStream |
New(ByteBuffer targetBuffer) |
void |
write(byte[] bytes,
int offset,
int length) |
void |
write(int b) |
close, flush, writepublic static ByteBufferOutputStream New(ByteBuffer targetBuffer)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] bytes,
int offset,
int length)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2022 MicroStream Software. All rights reserved.