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
IOException
public Object unpack(InputStream is) throws IOException
IOException
Copyright © 2017. All rights reserved.