readUInt8 method

int readUInt8()

Reads a uint8 from the backing buffer

Implementation

int readUInt8() {
  return _data.getUint8(_offset++);
}