BinaryReader: BaseStream (get)

BaseStream

Returns the underlying Stream being read by the Reader.

 Public Property Get BaseStream ( ) As Stream

Return Values

Stream -  The underlying Stream.

Remarks

Read Only.

See Also

Project VBCorLib Overview | Class BinaryReader Overview