Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StreamReader Constructor

 

Initializes a new instance of the StreamReader class for the specified stream.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodStreamReader(Stream^)

Initializes a new instance of the StreamReader class for the specified stream.

System_CAPS_pubmethodStreamReader(Stream^, Boolean)

Initializes a new instance of the StreamReader class for the specified stream, with the specified byte order mark detection option.

System_CAPS_pubmethodStreamReader(Stream^, Encoding^)

Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding.

System_CAPS_pubmethodStreamReader(Stream^, Encoding^, Boolean)

Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding and byte order mark detection option.

System_CAPS_pubmethodStreamReader(Stream^, Encoding^, Boolean, Int32)

Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding, byte order mark detection option, and buffer size.

System_CAPS_pubmethodStreamReader(Stream^, Encoding^, Boolean, Int32, Boolean)

Initializes a new instance of the StreamReader class for the specified stream based on the specified character encoding, byte order mark detection option, and buffer size, and optionally leaves the stream open.

System_CAPS_pubmethodStreamReader(String^)

Initializes a new instance of the StreamReader class for the specified file name.

System_CAPS_pubmethodStreamReader(String^, Boolean)

Initializes a new instance of the StreamReader class for the specified file name, with the specified byte order mark detection option.

System_CAPS_pubmethodStreamReader(String^, Encoding^)

Initializes a new instance of the StreamReader class for the specified file name, with the specified character encoding.

System_CAPS_pubmethodStreamReader(String^, Encoding^, Boolean)

Initializes a new instance of the StreamReader class for the specified file name, with the specified character encoding and byte order mark detection option.

System_CAPS_pubmethodStreamReader(String^, Encoding^, Boolean, Int32)

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

Return to top
Show:
© 2017 Microsoft