Mono Class Library: Overview

System.IO.StreamReader: Constructor Members

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

See Also: Inherited members from System.IO.TextReader

Public Constructors

Constructs and initializes a new instance of the System.IO.StreamReader class for the specified stream.
Constructs and initializes a new instance of the System.IO.StreamReader class for the specified file name.
Constructs and initializes a new instance of the System.IO.StreamReader class for the specified stream, with the specified byte order mark detection option.
Constructs and initializes a new instance of the System.IO.StreamReader class for the specified stream with the specified character encoding.
Constructs and initializes a new instance of the System.IO.StreamReader class for the specified file name, with the specified byte order mark detection option.
Constructs and initializes a new instance of the System.IO.StreamReader class for the specified file name and with the specified character encoding.
Constructs and initializes a new instance of the System.IO.StreamReader class for the specified stream, with the specified character encoding and byte order mark detection option.
Constructs and initializes a new instance of the System.IO.StreamReader class for the specified file name, with the specified character encoding and byte order mark detection option.
Constructs and initializes a new instance of the System.IO.StreamReader class for the specified stream, with the specified character encoding, byte order mark detection option, and buffer size.
Constructs and initializes a new instance of the System.IO.StreamReader class for the specified file name, with the specified character encoding, byte order mark detection option, and buffer size.