Overload List
| Name | Description | |
|---|---|---|
| Write(Boolean) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(Byte) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(array<Byte>[]()[][]) |
Writes buffer to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(Char) |
Writes ch to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(array<Char>[]()[][]) |
Writes chars to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(DateTime) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(Decimal) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(Double) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(Guid) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(Int16) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(Int32) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(Int64) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(SByte) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(Single) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(String) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(UInt16) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(UInt32) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(UInt64) |
Writes value to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(array<Byte>[]()[][], Int32, Int32) |
Writes buffer to the current stream and advances the stream position.
This method writes directly to the underlying stream.
| |
| Write(array<Char>[]()[][], Int32, Int32) |
Writes chars to the current stream and advances the stream position.
This method writes directly to the underlying stream.
|