scalus.flat.package$.DecoderState
Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Attributes
- numBits
the Int of bits to decode (0..8)
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
Any
Pointer to the current byte being decoded (0..buffer.byteLength-1)
Pointer to the current byte being decoded (0..buffer.byteLength-1)
Attributes
Number of already decoded bits in the current byte (0..7)
Number of already decoded bits in the current byte (0..7)
Attributes