ByteBuffer.get

Absolute <i>get</i> method. Reads the byte at the given index.

@param index The index from which the byte will be read

@return The byte at the given index

@throws IndexOutOfBoundsException If <tt>index</tt> is negative or not smaller than the buffer's limit

Meta