Nybble Input Stream
class NybbleInputStream(nybbles: NybbleArray, nybbleIndex: Int = 0) : InputStream, Iterable<Int>
Content copied to clipboard
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.
Constructors
Functions
Link copied to clipboard
Mark is supported.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Extensions
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
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.