The C1StreamWriter type exposes the following members.

Constructors

  NameDescription
Public methodC1StreamWriter(Stream)
Creates a C1StreamWriter.
Public methodC1StreamWriter(String)
Creates a C1StreamWriter.
Public methodC1StreamWriter(Stream, Encoding)
Creates a C1StreamWriter.
Public methodC1StreamWriter(String, Boolean)
Creates a C1StreamWriter.
Public methodC1StreamWriter(Stream, Encoding, Int32)
Creates a C1StreamWriter.
Public methodC1StreamWriter(String, Boolean, Encoding)
Creates a C1StreamWriter.
Public methodC1StreamWriter(String, Boolean, Encoding, Int32)
Creates a C1StreamWriter.

Methods

  NameDescription
Public methodClose
Closes the stream.
(Overrides TextWriter..::..Close()()()().)
Protected methodDispose
Disposes the stream.
(Overrides TextWriter..::..Dispose(Boolean).)
Protected methodFinalize
Desctructor.
(Overrides Object..::..Finalize()()()().)
Public methodFlush
Flushes the stream.
(Overrides TextWriter..::..Flush()()()().)
Public methodWrite(Boolean)
Writes a boolean to the stream.
(Overrides TextWriter..::..Write(Boolean).)
Public methodWrite(Char)
Writes a char to the stream.
(Overrides TextWriter..::..Write(Char).)
Public methodWrite(array<Char>[]()[][])
Writes a char array to the stream.
(Overrides TextWriter..::..Write(array<Char>[]()[][]).)
Public methodWrite(Decimal)
Writes a decimal to the stream.
(Overrides TextWriter..::..Write(Decimal).)
Public methodWrite(Double)
Writes a double to the stream.
(Overrides TextWriter..::..Write(Double).)
Public methodWrite(Int32)
Writes an integer to the stream.
(Overrides TextWriter..::..Write(Int32).)
Public methodWrite(Int64)
Writes a long to the stream.
(Overrides TextWriter..::..Write(Int64).)
Public methodWrite(Object)
Write an object to the stream.
(Overrides TextWriter..::..Write(Object).)
Public methodWrite(Single)
Writes a float to the stream.
(Overrides TextWriter..::..Write(Single).)
Public methodWrite(String)
Writes a string to the stream.
(Overrides TextWriter..::..Write(String).)
Public methodWrite(UInt32)
Writes an unsigned integer to the stream.
(Overrides TextWriter..::..Write(UInt32).)
Public methodWrite(UInt64)
Writes an unsigned long to the stream.
(Overrides TextWriter..::..Write(UInt64).)
Public methodWrite(String, Object)
Writes a formatted string to the stream.
(Overrides TextWriter..::..Write(String, Object).)
Public methodWrite(String, array<Object>[]()[][])
Writes a formatted string to the stream.
(Overrides TextWriter..::..Write(String, array<Object>[]()[][]).)
Public methodWrite(array<Char>[]()[][], Int32, Int32)
Writes a char array to the stream.
(Overrides TextWriter..::..Write(array<Char>[]()[][], Int32, Int32).)
Public methodWrite(String, Object, Object)
Writes a formatted string to the stream.
(Overrides TextWriter..::..Write(String, Object, Object).)
Public methodWrite(String, Object, Object, Object)
Writes a formatted string to the stream.
(Overrides TextWriter..::..Write(String, Object, Object, Object).)
Public methodWriteLine()()()()
Writes a line break to the stream.
(Overrides TextWriter..::..WriteLine()()()().)
Public methodWriteLine(Boolean)
Writes a bool with a line break to the stream.
(Overrides TextWriter..::..WriteLine(Boolean).)
Public methodWriteLine(Char)
Writes a char with a line break to the stream.
(Overrides TextWriter..::..WriteLine(Char).)
Public methodWriteLine(array<Char>[]()[][])
Writes a char array with a line break to the stream.
(Overrides TextWriter..::..WriteLine(array<Char>[]()[][]).)
Public methodWriteLine(Decimal)
Writes a decimal with a line break to the stream.
(Overrides TextWriter..::..WriteLine(Decimal).)
Public methodWriteLine(Double)
Writes a double with a line break to the stream.
(Overrides TextWriter..::..WriteLine(Double).)
Public methodWriteLine(Int32)
Writes an integer with a line break to the stream.
(Overrides TextWriter..::..WriteLine(Int32).)
Public methodWriteLine(Int64)
Writes a long with a line break to the stream.
(Overrides TextWriter..::..WriteLine(Int64).)
Public methodWriteLine(Object)
Writes an object with a line break to the stream.
(Overrides TextWriter..::..WriteLine(Object).)
Public methodWriteLine(Single)
Writes a float with a line break to the stream.
(Overrides TextWriter..::..WriteLine(Single).)
Public methodWriteLine(String)
Writes a string with a line break to the stream.
(Overrides TextWriter..::..WriteLine(String).)
Public methodWriteLine(UInt32)
Writes an unsigned integer with a line break to the stream.
(Overrides TextWriter..::..WriteLine(UInt32).)
Public methodWriteLine(UInt64)
Writes an unsigned long with a line break to the stream.
(Overrides TextWriter..::..WriteLine(UInt64).)
Public methodWriteLine(String, Object)
Writes a string with a line break to the stream.
(Overrides TextWriter..::..WriteLine(String, Object).)
Public methodWriteLine(String, array<Object>[]()[][])
Writes a string with a line break to the stream.
(Overrides TextWriter..::..WriteLine(String, array<Object>[]()[][]).)
Public methodWriteLine(array<Char>[]()[][], Int32, Int32)
Writes a char array with a line break to the stream.
(Overrides TextWriter..::..WriteLine(array<Char>[]()[][], Int32, Int32).)
Public methodWriteLine(String, Object, Object)
Writes a string with a line break to the stream.
(Overrides TextWriter..::..WriteLine(String, Object, Object).)
Public methodWriteLine(String, Object, Object, Object)
Writes a string with a line break to the stream.
(Overrides TextWriter..::..WriteLine(String, Object, Object, Object).)

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.
(Overrides TextWriter..::..Encoding.)
Public propertyFormatProvider
Gets the format provider used.
(Overrides TextWriter..::..FormatProvider.)
Public propertyNewLine
Gets or sets the line break value.
(Overrides TextWriter..::..NewLine.)

See Also