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