readBoolean method

bool readBoolean()

Implementation

bool readBoolean() {
  return readInt() != 0;
}