readBool method

bool readBool()

Implementation

bool readBool() {
  return readUint8() != 0;
}