Reads bits
bits from the stream and returns a specified unsigned int type containing them in the least significant end. The number of bits successfully read is placed in out_bits
, as reaching the end of the stream is not an error.
Reads bits
bits from the stream and returns a specified unsigned int type containing them in the least significant end. The number of bits successfully read is placed in out_bits
, as reaching the end of the stream is not an error.