readUInt8 method

int readUInt8()

Implementation

int readUInt8() {
  return values[index++];
}