Initializes a new instance of the System.IO.BinaryReader class based on the specified stream and using UTF-8 encoding.
The input stream.
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 the specified number of bytes from the stream, starting from a specified point in the byte array.
The buffer to read data into.
The starting point in the buffer at which to begin reading into the buffer.
The number of bytes to read.
The number of bytes read into buffer. This might be less than the number of bytes requested if that many bytes are not available, or it might be zero if the end of the stream is reached.
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.
Reads primitive data types as binary values in a specific encoding.