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