Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZStreamReader Class / BaseStream Property

In This Topic
    BaseStream Property (C1ZStreamReader)
    In This Topic
    Gets the underlying stream that contains the compressed data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BaseStream As Stream
    public Stream BaseStream {get;}
    See Also