Exposes access to the underlying stream of the System.IO.BinaryReader.
Documentation for this section has not yet been entered.
Using the underlying stream while reading or while using the BinaryReader 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.
For a list of common I/O tasks, see Common I/O Tasks.