readUint8 method

int readUint8()

Reads a Uint8 from the buffer.

Implementation

int readUint8() => _read(1).getUint8(0);