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

In This Topic
    Length Property (C1ZStreamReader)
    In This Topic
    Gets the length of the compressed stream if it is known (or -1 if the length of the compressed stream is unknown).
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Length As Long
    public override long Length {get;}
    See Also