Initializes the internal stream state for decompression.

Namespace:  C1.C1Zip.ZLib
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public int inflateInit(
	int bits
)
Visual Basic
Public Function inflateInit ( _
	bits As Integer _
) As Integer

Parameters

bits
Type: System..::..Int32
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