readByte method

int readByte()

Returns a single byte, read from the buffer.

Implementation

int readByte() => _list[_readPos++];