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