public class BinaryInput extends AbstractStreamingInput
level| Constructor and Description |
|---|
BinaryInput(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Token |
next0() |
Token |
peek()
Peek into the stream and return the next token.
|
current, getBoolean, getByteArray, getDouble, getFloat, getInt, getLong, getShort, getString, getValue, next, next, raiseException, setValue, skip, skipValuepublic BinaryInput(InputStream in)
public void close()
throws IOException
IOExceptionpublic Token peek() throws IOException
StreamingInputIOExceptionprotected Token next0() throws IOException
next0 in class AbstractStreamingInputIOExceptionCopyright © 2017. All rights reserved.