readUint8 method

int readUint8 (int ofst)

Implementation

int readUint8(int ofst) {
  return _view.getUint8(ofst);
}