Mono Class Library: System.IO Namespace

System.IO.BinaryReader Class

A simple class to do some limited binary I/O. [Edit]

See Also: BinaryReader Members

[System.Runtime.InteropServices.ComVisible(true)]
public class BinaryReader : IDisposable

Remarks

This class is not a general purpose binary file format reader. Instead it is a class that allows data that was written with the System.IO.BinaryWriter class to be read. The actual encoding of the data is little-endian. [Edit]

Requirements

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