| 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 the specified value to the underlying stream in little-endian format. |
| Write(Int32) | Writes a 4-byte (32-bit) signed integer to the stream. |
| Write(Int64) | Writes an 8-byte (64-bit) signed integer 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 the specified buffer to the underlying stream in little-endian format. |
| Write(Byte, Int32, Int32) | Writes a specified number of bytes from a byte array to the stream. |