|
| Name | Description |
|---|
.gif) .gif) .gif) | StreamReader(Stream) | Initializes a new instance of the StreamReader class for the specified stream. |
.gif) .gif) .gif) | StreamReader(String) | Initializes a new instance of the StreamReader class for the specified file name. |
.gif) .gif) .gif) | StreamReader(Stream, Boolean) | Initializes a new instance of the StreamReader class for the specified stream, with the specified byte order mark detection option. |
.gif) .gif) .gif) | StreamReader(Stream, Encoding) | Initializes a new instance of the StreamReader class for the specified stream, with the specified character encoding. |
.gif) .gif) .gif) | StreamReader(String, Boolean) | Initializes a new instance of the StreamReader class for the specified file name, with the specified byte order mark detection option. |
.gif) .gif) .gif) | StreamReader(String, Encoding) | Initializes a new instance of the StreamReader class for the specified file name, with the specified character encoding. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |
.gif) .gif) .gif) | 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. |