getByte method

int getByte()

Get a single byte.

Implementation

int getByte() => _data[_offset++];