- src
- the source float array.
- srcOffset
- the offset of float array, must not be negative and not greater than src.length.
- floatCount
- the number of floats to write, must be no less than zero and no greater than src.length - srcOffset.
Documentation for this section has not yet been entered.
Type Reason Java.Nio.BufferOverflowException if remaining() is less than floatCount. Java.Lang.IndexOutOfBoundsException if either srcOffset or floatCount is invalid. Java.Nio.ReadOnlyBufferException if no changes may be made to the contents of this buffer.
Writes floats from the given float array, starting from the specified offset, to the current position and increases the position by the number of floats written.