- dst
- the destination byte array.
Documentation for this section has not yet been entered.
Type Reason Java.Nio.BufferUnderflowException if dst.length is greater than remaining().
Reads bytes from the current position into the specified byte array and increases the position by the number of bytes read.
Calling this method has the same effect as get(dst, 0, dst.length).