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