ReadableBuffer.get

Reads the byte at the given index, the buffer position is not affected.

@param index The index in the buffer from which to read the byte.

@return the byte value stored at the target index.

@throws IndexOutOfBoundsException if the index is not in range for this buffer.

Meta