Package org.apache.thrift.protocol
Class TJSONProtocol.LookaheadReader
- java.lang.Object
-
- org.apache.thrift.protocol.TJSONProtocol.LookaheadReader
-
- Enclosing class:
- TJSONProtocol
protected class TJSONProtocol.LookaheadReader extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LookaheadReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte
peek()
protected byte
read()
-
-
-
Method Detail
-
read
protected byte read() throws TException
- Throws:
TException
-
peek
protected byte peek() throws TException
- Throws:
TException
-
-