getIntAt abstract method

int getIntAt(
  1. int index
)

Get a 32-Bit integer

@param index the index to get the value from @return the int value

Implementation

int getIntAt(int index);