The members of System.IO.BinaryWriter are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.IO.BinaryWriter class based on the specified stream and using UTF-8 encoding. | ||
Initializes a new instance of the System.IO.BinaryWriter class based on the specified stream and character encoding. | ||
Initializes a new instance of the System.IO.BinaryWriter class based on the specified stream and character encoding, and optionally leaves the stream open. |
Initializes a new instance of the System.IO.BinaryWriter class that writes to a stream. |
static readonly | Null | BinaryWriter.
Specifies a System.IO.BinaryWriter with no backing store. |
[read-only] | BaseStream | Stream.
Gets the underlying stream of the System.IO.BinaryWriter. |
Close()
| ||
Dispose()
| ||
Flush()
| ||
Seek(int, SeekOrigin)
| ||
Write(bool)
| ||
Write(byte)
| ||
Write(byte[])
| ||
Write(char)
| ||
Write(char[])
| ||
Write(decimal)
| ||
Write(double)
| ||
Write(short)
| ||
Write(int)
| ||
Write(long)
| ||
Write(sbyte)
| ||
Write(float)
| ||
Write(string)
| ||
Write(ushort)
| ||
Write(uint)
| ||
Write(ulong)
| ||
Write(byte[], int, int)
| ||
Write(char[], int, int)
|
Dispose(bool)
| ||
Write7BitEncodedInt(int)
|
IDisposable.Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |