Mono Class Library: Overview

System.IO.StreamWriter: Constructor Members

The constructors of System.IO.StreamWriter are listed below. For a list of all members, see the StreamWriter Members list.

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.