Mono Class Library: Overview

System.IO.BinaryWriter: Members

The members of System.IO.BinaryWriter are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Documentation for this section has not yet been entered.

Public Fields

static readonly
NullBinaryWriter. Documentation for this section has not yet been entered.

Protected Fields

OutStreamStream. Documentation for this section has not yet been entered.

Public Properties

[read-only]
BaseStreamStream. Documentation for this section has not yet been entered.

Public Methods

Close()
Documentation for this section has not yet been entered.
Flush()
Documentation for this section has not yet been entered.
Seek(int, SeekOrigin) : long
Documentation for this section has not yet been entered.
Write(bool)
Documentation for this section has not yet been entered.
Write(byte)
Documentation for this section has not yet been entered.
Write(byte[])
Documentation for this section has not yet been entered.
Write(char)
Documentation for this section has not yet been entered.
Write(char[])
Documentation for this section has not yet been entered.
Write(decimal)
Documentation for this section has not yet been entered.
Write(double)
Documentation for this section has not yet been entered.
Write(short)
Documentation for this section has not yet been entered.
Write(int)
Documentation for this section has not yet been entered.
Write(long)
Documentation for this section has not yet been entered.
Write(sbyte)
Documentation for this section has not yet been entered.
Write(float)
Documentation for this section has not yet been entered.
Write(string)
Documentation for this section has not yet been entered.
Write(ushort)
Documentation for this section has not yet been entered.
Write(uint)
Documentation for this section has not yet been entered.
Write(ulong)
Documentation for this section has not yet been entered.
Write(byte[], int, int)
Documentation for this section has not yet been entered.
Write(char[], int, int)
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Documentation for this section has not yet been entered.
Write7BitEncodedInt(int)
Encodes a compressed integer (similar but not ASN.1 BER, nor Perl BER format). The bytes represent an integer in base 128, least significant digits first with as few digits as possible. The high bit (8) is set on each byte except the last.

Explicitly Implemented Interface Members

IDisposable.DisposeDocumentation for this section has not yet been entered.