The IC1StreamWriter type exposes the following members.

Methods

  NameDescription
Public methodClose
Closes the stream.
Public methodFlush
Flushes the stream.
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.
Public methodWriteLine()()()()
Writes a line break to the stream.
Public methodWriteLine(Boolean)
Writes a bool with a line break to the stream.
Public methodWriteLine(Char)
Writes a char with a line break to the stream.
Public methodWriteLine(array<Char>[]()[][])
Writes a char array with a line break to the stream.
Public methodWriteLine(Decimal)
Writes a decimal with a line break to the stream.
Public methodWriteLine(Double)
Writes a double with a line break to the stream.
Public methodWriteLine(Int32)
Writes an integer with a line break to the stream.
Public methodWriteLine(Int64)
Writes a long with a line break to the stream.
Public methodWriteLine(Object)
Writes an object with a line break to the stream.
Public methodWriteLine(Single)
Writes a float with a line break to the stream.
Public methodWriteLine(String)
Writes a string with a line break to the stream.
Public methodWriteLine(UInt32)
Writes an unsigned integer with a line break to the stream.
Public methodWriteLine(UInt64)
Writes an unsigned long with a line break to the stream.
Public methodWriteLine(String, Object)
Writes a string with a line break to the stream.
Public methodWriteLine(String, array<Object>[]()[][])
Writes a string with a line break to the stream.
Public methodWriteLine(array<Char>[]()[][], Int32, Int32)
Writes a char array with a line break to the stream.
Public methodWriteLine(String, Object, Object)
Writes a string with a line break to the stream.
Public methodWriteLine(String, Object, Object, Object)
Writes a string with a line break to the stream.

Properties

  NameDescription
Public propertyAutoFlush
Gets or sets whether the stream is auto flushed or not
Public propertyBaseStream
The base streawm.
Public propertyEncoding
Gets the encoding used.
Public propertyFormatProvider
Gets the format provider used.
Public propertyNewLine
Gets or sets the line break value.

See Also