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