ByteDataReader
constructor(byteString: ByteString)
Creates a ByteDataReader with a given ByteString.
Parameters
byteString
The ByteString to read from.
Creates a ByteDataReader with a given byte array.
Parameters
byteArray
The byte array to read from.