inflateInit(Int32) Method
Initializes the internal stream state for decompression.
'Declaration
Public Overloads Function inflateInit( _
ByVal As Integer _
) As Integer
public int inflateInit(
int
)
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.