public abstract long getLong (int index)

Absolute get method for reading a long value.

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

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

Returns:  The long value at the given index

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