StreamReader Constructor
Initializes a new instance of the StreamReader class for the specified stream.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | StreamReader(Stream^) | Initializes a new instance of the StreamReader class for the specified stream. |
![]() | StreamReader(Stream^, Boolean) | Initializes a new instance of the StreamReader class for the specified stream, with the specified byte order mark detection option. |
![]() | StreamReader(Stream^, Encoding^) | Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding. |
![]() | StreamReader(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. |
![]() | StreamReader(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. |
![]() | StreamReader(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. |
![]() | StreamReader(String^) | Initializes a new instance of the StreamReader class for the specified file name. |
![]() | StreamReader(String^, Boolean) | Initializes a new instance of the StreamReader class for the specified file name, with the specified byte order mark detection option. |
![]() | StreamReader(String^, Encoding^) | Initializes a new instance of the StreamReader class for the specified file name, with the specified character encoding. |
![]() | StreamReader(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. |
![]() | StreamReader(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. |
