Mono Class Library: System.IO.BinaryReader Overview | Members

System.IO.BinaryReader.ReadBytes Method

Reads a maximum of count bytes from the stream and advances the current position by the number of bytes read.

public virtual byte[] ReadBytes (int count)

Parameters

count
The amount of bytes to read.

Returns

An array of bytes of the length of count.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0