read_bits


read_bits(br, n)
      

Return an integer packed with the next n bits from the bits_reader br. The argument n must be in the range 1-31.

Also see:

read_bit
write_bit
bits_reader_align


Core Module Index | Contents