getInt method

int getInt()

Implementation

int getInt() {
  int res = getIntAt(position);
  position += 4;
  return res;
}