| 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 the specified value to the underlying stream in little-endian format. |
| 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) | When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. |