BinaryReader: BaseStream (get)

BaseStream

Returns the underlying Stream being read by the BinaryReader.



 Public Property Get BaseStream ( ) As Stream

Return Values

Stream -  The underlying Stream associated with the BinaryReader.

Read Only.

See Also

Project CorLib Overview

Class BinaryReader Overview