readInt8 method

int readInt8()

Reads a int8 from the backing buffer

Implementation

int readInt8() {
  return _data.getInt8(_offset++);
}