Nybble Input Stream
NybbleInputStream reads from a NybbleArray.
Author
Todd L Smith
Parameters
nybbles
The NybbleArray that serves as the nybble source.
nybble Index
The zero-based index of the first nybble to read.
Properties
Functions
Link copied to clipboard
Mark is supported.
Link copied to clipboard
Unapply the variable-length universal coding strategy applied by opcode to decode a nonnegative integer from the receiver. If the stored encoding does not denote a valid value, the result is undefined, and the number of bytes consumed is also undefined.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Unapply the variable-length universal coding strategy applied by vlq to decode a nonnegative integer from the receiver. If the stored encoding does not denote a valid value, the result is undefined, and the number of bytes consumed is also undefined.