fuman readable stream
The current bit position within the last consumed byte
Whether the reader is currently aligned on a byte boundary
Read the specified number of bytes from the source and return them as a Uint8Array.
The returned Uint8Array:
readSync
these constraints allow for more efficient zero-copy implementations in many cases
The number of bytes to read
Uint8Array containing the bytes that were read.
a bit reader that reads bits from a byte-aligned stream