BinaryStreamPointerBaseWrite 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 single byte to the 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 a single short to the stream.
Write(Int32) Writes a single int to the stream.
Write(Int64) Writes a single long to the stream.
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 a block of data from a pointer to the stream.
Write(Byte, Int32, Int32) Writes a block of data from a byte array to the stream, starting from a specified offset and for a specified count of bytes.

See Also