Zip for WPF and Silverlight
C1.C1Zip.ZLib Namespace / ZStream Class / inflateInit Method / inflateInit(Int32) Method
Size of the LZ77 sliding compression window in bits (the default value is 15 bits).

In This Topic
    inflateInit(Int32) Method
    In This Topic
    Initializes the internal stream state for decompression.
    Syntax
    'Declaration
     
    
    Public Overloads Function inflateInit( _
       ByVal bits As Integer _
    ) As Integer
    public int inflateInit( 
       int bits
    )

    Parameters

    bits
    Size of the LZ77 sliding compression window in bits (the default value is 15 bits).

    Return Value

    Zero on success, an error code on failure.
    See Also