-
- All Implemented Interfaces:
public final class ByteArrayReaderHandles ByteArray reading
-
-
Constructor Summary
Constructors Constructor Description ByteArrayReader(ByteArray byteArray)
-
Method Summary
Modifier and Type Method Description final IntegergetOffset()An offset that shows how much has been read final UnitsetOffset(Integer offset)An offset that shows how much has been read final ByteArrayread(Integer size)Reads a ByteArray of a specified size final BytereadByte()Reads data by one byte (the size is set to one) final ByteArrayreadToEnd()Reads data till the end final Unitrevert(Integer offset)Reverts the offset final UnitrevertLast()Reverts the offset to the last read size
-