Initializes a new instance of the System.IO.StreamReader class for the specified stream.
The stream to be read.
Initializes a new instance of the System.IO.StreamReader class for the specified stream, with the specified byte order mark detection option.
Initializes a new instance of the System.IO.StreamReader class for the specified stream, with the specified character encoding.
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.
Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Implements a System.IO.TextReader that reads characters from a byte stream in a particular encoding.