BinaryStreamWrapperWrite Method

Overload List

Write(Boolean) Writes the specified value to the underlying stream in little-endian format.
Write(Byte) Writes the specified value to the underlying stream in little-endian format.
Write(Byte) Writes a byte to the underlying stream.
Write(DateTime) Writes the specified value to the underlying stream in little-endian format.
Write(Decimal) Writes the specified value to the underlying stream in little-endian format.
Write(Double) Writes the specified value to the underlying stream in little-endian format.
Write(Guid) Writes the specified value to the underlying stream in little-endian format.
Write(Int16) Writes the specified value to the underlying stream in little-endian format.
Write(Int32) Writes the specified value to the underlying stream in little-endian format.
Write(Int64) Writes the specified value to the underlying stream in little-endian format.
Write(SByte) Writes the specified value to the underlying stream in little-endian format.
Write(Single) Writes the specified value to the underlying stream in little-endian format.
Write(String) Writes the specified value to the underlying stream in little-endian format.
Write(UInt16) Writes the specified value to the underlying stream in little-endian format.
Write(UInt32) Writes the specified value to the underlying stream in little-endian format.
Write(UInt64) Writes the specified value to the underlying stream in little-endian format.
Write(Byte*, Int32) Writes the specified buffer to the underlying stream in little-endian format.
Write(Byte, Int32, Int32) Writes a block of bytes to the underlying stream.

See Also