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.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Reads a line of characters from the text reader and returns the data as a string.
The next line from the reader, or null if all characters have been read.
Reads all characters from the current position to the end of the text reader and returns them as one string.
A string that contains all characters from the current position to the end of the text reader.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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.