Class BinaryWire.Reader
java.lang.Object
io.fluxzero.common.api.internal.BinaryWire.Reader
- Enclosing class:
BinaryWire
-
Constructor Details
-
Reader
public Reader(byte[] bytes, int maximumValueSize)
-
-
Method Details
-
available
public int available() -
position
public int position() -
bytes
public byte[] bytes() -
readByte
- Throws:
EOFException
-
readUnsignedByte
- Throws:
EOFException
-
readBoolean
- Throws:
IOException
-
readInt
- Throws:
EOFException
-
readLong
- Throws:
EOFException
-
readNullableInt
- Throws:
IOException
-
readNullableLong
- Throws:
IOException
-
readString
- Throws:
IOException
-
readBytes
- Throws:
IOException
-
readLongs
- Throws:
IOException
-
readEnvelope
- Throws:
IOException
-
readSize
- Throws:
IOException
-
skip
- Throws:
EOFException
-
require
- Throws:
EOFException
-