readByte method

int readByte()

Implementation

int readByte() {
  return _data[_position++];
}