Skip to content

ReaderInput.ReadBytes(byte[], int, int)

ReadBytes(byte[], int, int)

abstract
public abstract void ReadBytes(byte[] destination, int offset, int length)
Reads bytes from the input into the destination array.

Parameters

destinationbyte[]
The destination array.
offsetint
The offset into the destination to start writing bytes.
lengthint
The number of bytes to copy into destination.