- dst
- the target short array.
- dstOffset
- the offset of the short array, must not be negative and not greater than dst.length.
- shortCount
- the number of shorts 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 shortCount is invalid. Java.Nio.BufferUnderflowException if shortCount is greater than remaining().
Reads shorts from the current position into the specified short array, starting from the specified offset, and increases the position by the number of shorts read.