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.
index
| The index from which the bytes will be read |
IndexOutOfBoundsException
| If index is negative or not smaller than the buffer's limit, minus three |
Diagram: Buffer