scalus.serialization.flat.EncoderState
Mutable bit-level output buffer for flat encoding. Bits are accumulated into currentByte (most-significant first) and flushed to buffer one byte at a time. The caller must pre-size bufferSize from Flat.bitSize — the buffer does not grow.
Attributes
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Members list
Pads with zero bits to the next byte boundary, ending with a single one bit — flat's Filler (pre-alignment used before byte-aligned primitives).
Pads with zero bits to the next byte boundary, ending with a single one bit — flat's Filler (pre-alignment used before byte-aligned primitives).
Attributes
The bytes encoded so far, including a trailing partially-filled byte if any (unused low bits are zero).
The bytes encoded so far, including a trailing partially-filled byte if any (unused low bits are zero).
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