readBoolean method

bool readBoolean()

Reads 1 boolean byte. Increments position by 1.

Implementation

bool readBoolean() => readByte() != 0;