DecoderState
scalus.serialization.flat.`package`.DecoderState
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Decode up to 8 bits
Decode up to 8 bits
Value parameters
- numBits
-
the Int of bits to decode [0..8]
Attributes
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
Concrete fields
Pointer to the current byte being decoded [0..buffer.byteLength)
Pointer to the current byte being decoded [0..buffer.byteLength)
Attributes
Number of already decoded bits in the current byte [0..7]
Number of already decoded bits in the current byte [0..7]
Attributes
In this article