Exposes the underlying stream.
[Visual Basic] Overridable Public ReadOnly Property BaseStream As Stream [C#] public Stream BaseStream {virtual get;} [C++] public: __property virtual Stream* get_BaseStream(); [JScript] public function get BaseStream() : Stream;
The underlying stream.
Using the underlying stream while reading can cause data loss and corruption. For example, the same bytes might be read more than once, bytes might be skipped, or character reading might become unpredictable.
BinaryReader Class | BinaryReader Members | System.IO Namespace