readByte method

int readByte()

Read a single byte.

Implementation

int readByte() => buffer[offset++];