getUint8 method

int getUint8()

Implementation

int getUint8() {
  offset++;
  return data.getUint8(offset - 1);
}