readBit method

int readBit()

Reads a bit.

Implementation

int readBit() {
  return readBits(1);
}