public final class MsgPackOutputStream extends OutputStream
| Modifier | Constructor and Description |
|---|---|
protected |
MsgPackOutputStream(OutputStream os)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(int b) |
close, flush, write, writeprotected MsgPackOutputStream(OutputStream os)
os - The output stream being wrapped.public void write(int b) throws IOException
write in class OutputStreamIOExceptionCopyright © 2016–2019 The Apache Software Foundation. All rights reserved.