public class MsgPackLite extends Object
| Modifier and Type | Field and Description |
|---|---|
static MsgPackLite |
INSTANCE |
| Constructor and Description |
|---|
MsgPackLite() |
| Modifier and Type | Method and Description |
|---|---|
void |
pack(Object item,
OutputStream os) |
Object |
unpack(InputStream is) |
public static final MsgPackLite INSTANCE
public void pack(Object item, OutputStream os) throws IOException
IOExceptionpublic Object unpack(InputStream is) throws IOException
IOExceptionCopyright © 2017. All rights reserved.