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