readUint8 method

int readUint8()

Implementation

int readUint8() {
  return _byteData.getUint8(_offset++);
}