getByte method

int getByte()

Implementation

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