See Original text in context
method write-bits(buf8: uint , uint , Int --> 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.
See Original text in context
method write-bits(buf8: uint , uint , Int --> buf8)
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
.