Skip to content

Reader<TInput>.ReadBytes(uint)

ReadBytes(uint)

View source
public byte[] ReadBytes(uint count)
Reads an array of bytes from the input.

Parameters

countuint
The length of the array to read.

Returns

The array wihch was read.