readInt method

int readInt()

Implementation

int readInt() {
  return data[pos++];
}