Overload List
| Name | Description | |
|---|---|---|
| Write(Boolean) | Writes a one-byte Boolean value to the current stream, with 0 representing false and 1 representing true. (Inherited from BinaryWriter.) | |
| Write(Byte) | Writes an unsigned byte to the current stream and advances the stream position by one byte. (Inherited from BinaryWriter.) | |
| Write(SByte) | Writes a signed byte to the current stream and advances the stream position by one byte. (Inherited from BinaryWriter.) | |
| Write(array<Byte>[]()[][]) | Writes a byte array to the underlying stream. (Inherited from BinaryWriter.) | |
| Write(Decimal) | Writes a decimal value to the current stream and advances the stream position by sixteen bytes. (Inherited from BinaryWriter.) | |
| Write(Char) |
Method Write
(Overrides BinaryWriter..::..Write(Char).) | |
| Write(array<Char>[]()[][]) |
Method Write
(Overrides BinaryWriter..::..Write(array<Char>[]()[][]).) | |
| Write(Double) |
Method Write
(Overrides BinaryWriter..::..Write(Double).) | |
| Write(Int16) |
Method Write
(Overrides BinaryWriter..::..Write(Int16).) | |
| Write(Int32) |
Method Write
(Overrides BinaryWriter..::..Write(Int32).) | |
| Write(Int64) |
Method Write
(Overrides BinaryWriter..::..Write(Int64).) | |
| Write(Single) |
Method Write
(Overrides BinaryWriter..::..Write(Single).) | |
| Write(String) |
Method Write, writes a string to the output using the WriteString16
method.
(Overrides BinaryWriter..::..Write(String).) | |
| Write(UInt16) |
Method Write
(Overrides BinaryWriter..::..Write(UInt16).) | |
| Write(UInt32) |
Method Write
(Overrides BinaryWriter..::..Write(UInt32).) | |
| Write(UInt64) |
Method Write
(Overrides BinaryWriter..::..Write(UInt64).) | |
| Write(array<Byte>[]()[][], Int32, Int32) | Writes a region of a byte array to the current stream. (Inherited from BinaryWriter.) | |
| Write(array<Char>[]()[][], Int32, Int32) |
Method Write
(Overrides BinaryWriter..::..Write(array<Char>[]()[][], Int32, Int32).) |