ComponentOne Zip for UWP
C1.UWP.Zip Assembly / 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 System.Integer _
    ) As System.Integer
    public System.int inflateInit( 
       System.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