read_bit


read_bit(br)
      

Return true if the next bit in the bits_reader br is 1, otherwise return false.

Also see:

read_bits
write_bit
bits_reader_align


Core Module Index | Contents