getUint8 method

int getUint8()

Reads a Uint8 from the buffer.

Implementation

int getUint8() {
  return data.getUint8(_position++);
}