Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZStreamReader Class / SetLength Method

In This Topic
    SetLength Method (C1ZStreamReader)
    In This Topic
    Sets the number of compressed bytes to read from the underlying stream.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetLength( _
       ByVal value As Long _
    ) 
    public override void SetLength( 
       long value
    )

    Parameters

    value
    See Also