java.lang.Object
io.ebeaninternal.api.BinaryReadContext
Context used to read binary format messages.
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryReadContext(byte[] byteData) Create with protocol 0 and byte data.Create with protocol version and DataInputStream data. -
Method Summary
-
Constructor Details
-
BinaryReadContext
public BinaryReadContext(byte[] byteData) Create with protocol 0 and byte data. -
BinaryReadContext
Create with protocol version and DataInputStream data.
-
-
Method Details
-
in
-
readBoolean
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readUTF
- Throws:
IOException
-
readLong
- Throws:
IOException
-