See Original text in context
method write-ubits(buf8: uint , uint , UInt --> Nil)
Writes an unsigned integer value to 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.
See Original text in context
method write-ubits(buf8: uint , uint , UInt --> buf8)
Writes an unsigned integer value to the bits from the given bit offset and given number of bits. The endianness of the bits is assumed to be BigEndian
.