readByte method

int readByte()

Reads 1 byte. Increments position by 1.

Implementation

int readByte() => bytesIO.readByte();