write-bits
ErrorsCollection

write-bits

Synthesised documentation from type/Buf type/Buf

From type/Buf

See Original text in context

method write-bits(buf8:D: uint $posuint $bitsInt:D $value --> Nil)

Writes a signed integer value for the bits from the given bit offset and given number of bits. The endianness of the bits is assumed to be BigEndian. Always returns Nil.

From type/Buf

See Original text in context

method write-bits(buf8: uint $posuint $bitsInt:D $value --> buf8:D)

Writes a signed integer value for the bits from the given bit offset and given number of bits. The endianness of the bits is assumed to be BigEndian.