readUInt8 method

int readUInt8()

Implementation

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