public static interface JsonParserDelegateImpl.Stream
extends org.embulk.spi.json.JsonParser.Stream
Values.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the stream.
|
org.msgpack.value.Value |
next()
Gets the next MessagePack
Value. |
org.msgpack.value.Value next()
throws IOException
Value.next in interface org.embulk.spi.json.JsonParser.StreamValueIOExceptionvoid close()
throws IOException
close in interface AutoCloseableclose in interface Closeableclose in interface org.embulk.spi.json.JsonParser.StreamIOException