BinData::BitField
Constructors
new
NOTE: a BitField holds only immutable layout (@bitsize/@mappings), set
once at class-definition time. read/write keep no per-operation state, so
the per-class instance can be shared across fibers safely.
Instance methods
apply
Sourcebits(size, name)
Sourceshift(buffer, num_bits, start_byte = 0)
Source