Absolute <i>put</i> method for writing a long value <i>(optional operation)</i>.
<p> Writes eight bytes containing the given long value, in the current byte order, into this buffer at the given index. </p>
@param index The index at which the bytes will be written
@param value The long value to be written
@return This buffer
@throws IndexOutOfBoundsException If {@code index} is negative or not smaller than the buffer's limit, minus seven
@throws ReadOnlyBufferException If this buffer is read-only
See Implementation
Absolute <i>put</i> method for writing a long value <i>(optional operation)</i>.
<p> Writes eight bytes containing the given long value, in the current byte order, into this buffer at the given index. </p>
@param index The index at which the bytes will be written
@param value The long value to be written
@return This buffer
@throws IndexOutOfBoundsException If {@code index} is negative or not smaller than the buffer's limit, minus seven
@throws ReadOnlyBufferException If this buffer is read-only