ComponentOne Zip for UWP
inflateInit(Int32) Method

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).
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

Reference

ZStream Class
ZStream Members
Overload List