Overload List

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

See Also