$byteOffset
$byteOffset : int
<p>This provides an easy abstraction to read bits at a time from a sequence of bytes, where the number of bits read is not often a multiple of 8.</p>
This class is thread-safe but not reentrant -- unless the caller modifies the bytes array it passed in, in which case all bets are off.
$byteOffset : int
$bitOffset : int
readBits(\Zxing\Common\number $numBits) : int
\Zxing\Common\number | $numBits | of bits to read |
if numBits isn't in [1,32] or more than is available
representing the bits read. The bits will appear as the least-significant bits of the int