- src
- the source long array.
Documentation for this section has not yet been entered.
Type Reason Java.Nio.BufferOverflowException if remaining() is less than src.length. Java.Nio.ReadOnlyBufferException if no changes may be made to the contents of this buffer.
Writes longs from the given long array to the current position and increases the position by the number of longs written.
Calling this method has the same effect as put(src, 0, src.length).