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