- src
- the source int 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 ints from the given int array to the current position and increases the position by the number of ints written.
Calling this method has the same effect as put(src, 0, src.length).