getLong method

int getLong()

Implementation

int getLong() {
  int res = getLongAt(position);
  position += 8;
  return res;
}