ByteDataReader

constructor(byteString: ByteString)

Creates a ByteDataReader with a given ByteString.

Parameters

byteString

The ByteString to read from.


constructor(byteArray: ByteArray)

Creates a ByteDataReader with a given byte array.

Parameters

byteArray

The byte array to read from.