readBytes

open override fun readBytes(b: ByteArray, offset: Int, len: Int)

Reads a specified number of bytes into an array at the specified offset.

Parameters

b

the array to read bytes into

offset

the offset in the array to start storing bytes

len

the number of bytes to read

See also