org.msgpack.util.json
Class JSONUnpacker
java.lang.Object
org.msgpack.unpacker.AbstractUnpacker
org.msgpack.unpacker.Converter
org.msgpack.util.json.JSONUnpacker
- All Implemented Interfaces:
- Closeable, Iterable<Value>, Unpacker
- Direct Known Subclasses:
- JSONBufferUnpacker
public class JSONUnpacker
- extends Converter
Methods inherited from class org.msgpack.unpacker.Converter |
readArrayBegin, readArrayEnd, readBigInteger, readBoolean, readByte, readByteArray, readDouble, readFloat, readInt, readLong, readMapBegin, readMapEnd, readNil, readShort, readString, readValue, readValue, reset, skip, tryReadNil, trySkipNil |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
protected Reader in
JSONUnpacker
public JSONUnpacker(InputStream in)
JSONUnpacker
public JSONUnpacker(MessagePack msgpack,
InputStream in)
nextValue
protected Value nextValue()
throws IOException
- Overrides:
nextValue
in class Converter
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class Converter
- Throws:
IOException
Copyright © 2011. All Rights Reserved.