method read-ubits
Documentation for method read-ubits
assembled from the following types:
role Blob
From Blob
(Blob) method read-ubits
Defined as:
method read-ubits(blob8:D: uint $pos, uint $bits --> UInt:D)
Returns an unsigned 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
.