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

In This Topic
    Length Property (C1ZStreamReader)
    In This Topic
    圧縮ストリームの長さが既知の場合は、それを取得します(不明な場合は -1)。
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Length As Long
    public override long Length {get;}
    See Also