- dst
- the target int array.
- dstOffset
- the offset of the int array, must not be negative and not greater than dst.length.
- intCount
- the number of ints to read, must be no less than zero and not greater than dst.length - dstOffset.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if either dstOffset or intCount is invalid. Java.Nio.BufferUnderflowException if intCount is greater than remaining().
Reads ints from the current position into the specified int array, starting from the specified offset, and increases the position by the number of ints read.