- src
- the source long buffer.
Documentation for this section has not yet been entered.
Type Reason Java.Nio.BufferOverflowException if src.remaining() is greater than this buffer's remaining(). Java.Lang.IllegalArgumentException if src is this buffer. Java.Nio.ReadOnlyBufferException if no changes may be made to the contents of this buffer.
Writes all the remaining longs of the src long buffer to this buffer's current position, and increases both buffers' position by the number of longs copied.