- dst
- the target byte array.
- dstOffset
- the offset of the byte array, must not be negative and not greater than dst.length.
- byteCount
- the number of bytes to read, must not be negative and not greater than dst.length - dstOffset
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if dstOffset Java.Nio.BufferUnderflowException if byteCount > remaining()
Reads bytes from the current position into the specified byte array, starting at the specified offset, and increases the position by the number of bytes read.