ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZStreamWriter Class / BaseStream Property

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