Click or drag to resize

StreamExtensionsWrite Method

Overload List
  Name Description
Public Extension Method Write(Stream, Boolean) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, Byte) Writes the supplied value to in little endian format.
Public Extension Method Write(Stream, Byte) Writes the entire buffer to the stream
Public Extension Method Write(Stream, Char) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, DateTime) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, Decimal) Writes the supplied string to a Stream in UTF8 encoding.
Public Extension Method Write(Stream, Double) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, Guid) Writes a guid in little endian bytes to the stream
Public Extension Method Write(Stream, Int16) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, Int32) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, Int64) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, SByte) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, Single) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, String) Writes the supplied string to a Stream in UTF8 encoding.
Public Extension Method Write(Stream, UInt16) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, UInt32) Writes the supplied value to stream in little endian format.
Public Extension Method Write(Stream, UInt64) Writes the supplied value to stream in little endian format.
Top
See Also