public static interface JsonParser.Stream extends Closeable
Value
s.Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the stream.
|
Value |
next()
Gets the next MessagePack
Value . |
Value next() throws IOException
Value
.Value
IOException
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException