Overload List

  NameDescription
Public methodWrite(Boolean)
Writes a boolean to the stream.
Public methodWrite(Char)
Writes a char to the stream.
Public methodWrite(array<Char>[]()[][])
Writes a char array to the stream.
Public methodWrite(Decimal)
Writes a decimal to the stream.
Public methodWrite(Double)
Writes a double to the stream.
Public methodWrite(Int32)
Writes an integer to the stream.
Public methodWrite(Int64)
Writes a long to the stream.
Public methodWrite(Object)
Write an object to the stream.
Public methodWrite(Single)
Writes a float to the stream.
Public methodWrite(String)
Writes a string to the stream.
Public methodWrite(UInt32)
Writes an unsigned integer to the stream.
Public methodWrite(UInt64)
Writes an unsigned long to the stream.
Public methodWrite(String, Object)
Writes a formatted string to the stream.
Public methodWrite(String, array<Object>[]()[][])
Writes a formatted string to the stream.
Public methodWrite(array<Char>[]()[][], Int32, Int32)
Writes a char array to the stream.
Public methodWrite(String, Object, Object)
Writes a formatted string to the stream.
Public methodWrite(String, Object, Object, Object)
Writes a formatted string to the stream.

See Also