B C D H M R

R

readBit() - Method in class BitReader
Reads the next bit, returning true if 1, false if 0.
readBits(int) - Method in class BitReader
Reads the next n bits, and returns them as the least significant n bits of an int, with earliest read bit at high-end.

B C D H M R