Read the remaining bytes from the provided ReadPosition, returning an object containing the Uint8Array and the next ReadPosition (with index === bin.length).
Uint8Array
index === bin.length
the ReadPosition at which to start reading the remaining bytes
Generated using TypeDoc
Read the remaining bytes from the provided ReadPosition, returning an object containing the
Uint8Array
and the next ReadPosition (withindex === bin.length
).