System.IO.BinaryReader.BaseStream Property

Exposes access to the underlying stream of the System.IO.BinaryReader.

Syntax

public virtual Stream BaseStream { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

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.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0