The members of System.IO.StreamWriter are listed below.
See Also: Inherited members from System.IO.TextWriter
Public Constructors
| | Constructs and initializes a new instance of the System.IO.StreamWriter class for the specified stream, using the default
encoding and buffer size. |
| | Constructs and initializes a new instance of the System.IO.StreamWriter class for the specified file on the specified path, using the default encoding and
buffer size. |
| | Constructs and initializes a new instance of the System.IO.StreamWriter
class for the specified stream, using the specified
encoding and the default buffer size. |
| | Constructs and initializes a new instance of the System.IO.StreamWriter
class for the specified file on
the specified path, using the default encoding and buffer size. |
| | Constructs and initializes a new instance of the System.IO.StreamWriter
class for the specified stream, using the specified
encoding and buffer size. |
| | Constructs and initializes a new instance of the System.IO.StreamWriter
class for the specified file on
the specified path, using the specified encoding and default buffer size. |
| | Constructs and initializes a new instance of the System.IO.StreamWriter
class for the specified file on
the specified path, using the specified encoding and buffer size. |
Public Fields
static readonly | Null | StreamWriter. Documentation for this section has not yet been entered. |
Public Properties
Public Methods
override | Close()Closes the current System.IO.StreamWriter
and the underlying stream. |
| Finalize()Releases resources held by the current instance. |
override | Flush()Clears all buffers for the current writer and causes any buffered
data to be written to the underlying stream. |
override | Write(char) Writes a character to the stream. |
override | Write(char[]) Writes a character array to the underlying stream. |
override | Write(string) Writes a string to the stream. |
override | Write(char[], int, int) Writes a sub-array of characters to the underlying stream. |
Protected Methods