A reference to a particular position within a referenced Uint8Array. ReadPositions are the only input of Libauth's read functions, and each read function returns a new ReadPosition after a successful result.
Uint8Array
ReadPosition
The Uint8Array from which bytes are being read.
The index at which the next byte should be read.
Generated using TypeDoc
A reference to a particular position within a referenced
Uint8Array
.ReadPosition
s are the only input of Libauth's read functions, and each read function returns a newReadPosition
after a successful result.