BinaryWriter: BaseStream (get)

BaseStream

Returns the underlying stream this writer is writing to.

 Public Property Get BaseStream ( ) As Stream

Return Values

Stream -  The underlying stream.

Remarks

The stream is flushed before it is returned.

Read Only.

See Also

Project VBCorLib Overview | Class BinaryWriter Overview