Mono Class Library: OverviewSystem.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
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.