Mono Class Library: System.IO Namespace

System.IO.BinaryWriter Class

Limited binary writer. [Edit]

See Also: BinaryWriter Members

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

Remarks

This class is not a general purpose binary file format writer. Instead it is a class that writes data in binary little-endian format. The System.IO.BinaryReader class can be used to read streams that have been written with this class. [Edit]

Requirements

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