ComponentOne Zip for .NET
inflateInit(Int32) Method

C1.C1Zip.4 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
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

Reference

ZStream Class
ZStream Members
Overload List