Creates instance of BinaryReader.
Clears source range and position.
Determines if input stream is empty.
Gets current position in stream.
Reads specified value from input stream.
Reads T type from stream and returns it.
Reads specified values from input stream.
Reads array with length elements.
Reads array of type T with num elemetns and returns it.
Reads array of bytes from input stream.
Reads string into str.
Reads string and returns it.
Reads bytes until stop is found.
Skips num bytes from source.
Moves cursor to specified position.
Sets new source range to read from.
Gets source range used.
Sets new source range to read from.
Used byte order
Reads binary encoded data.