- src
- the source int 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 ints of the src int buffer to this buffer's current position, and increases both buffers' position by the number of ints copied.