public abstract int getInt (int index)

Absolute get method for reading an int value.

Reads four bytes at the given index, composing them into a int value according to the current byte order.

Parameters:
index     The index from which the bytes will be read

Returns:  The int value at the given index

Exceptions:
IndexOutOfBoundsException     If index is negative or not smaller than the buffer's limit, minus three