readInt8 method

int readInt8()

Implementation

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