Overload | Description |
---|---|
Write(Int16) | Writes a two-byte signed integer to the current stream and advances the stream position by two bytes. |
Write(Int32) | Writes a four-byte signed integer to the current stream and advances the stream position by four bytes. |
Write(Int64) | Writes an eight-byte signed integer to the current stream and advances the stream position by eight bytes. |
Write(String) | Writes a length-prefixed string to this stream in the current encoding of the System.IO.BinaryWriter, and advances the current position of the stream in accordance with the encoding used and the specific characters being written to the stream. |
Write(Boolean) | (Inherited from System.IO.BinaryWriter) |
Write(Byte) | (Inherited from System.IO.BinaryWriter) |
Write(SByte) | (Inherited from System.IO.BinaryWriter) |
Write(Byte[]) | (Inherited from System.IO.BinaryWriter) |
Write(Byte[],Int32,Int32) | (Inherited from System.IO.BinaryWriter) |
Write(Char) | (Inherited from System.IO.BinaryWriter) |
Write(Char[]) | (Inherited from System.IO.BinaryWriter) |
Write(Char[],Int32,Int32) | (Inherited from System.IO.BinaryWriter) |
Write(Double) | (Inherited from System.IO.BinaryWriter) |
Write(Decimal) | (Inherited from System.IO.BinaryWriter) |
Write(UInt16) | (Inherited from System.IO.BinaryWriter) |
Write(UInt32) | (Inherited from System.IO.BinaryWriter) |
Write(UInt64) | (Inherited from System.IO.BinaryWriter) |
Write(Single) | (Inherited from System.IO.BinaryWriter) |