Ionic Zip Library v1.9.1.6
InitializeInflate Method (windowBits)
Reference ► Ionic.Zlib ► ZlibCodec ► InitializeInflate(Int32)
Initialize the ZlibCodec for inflation, with the specified number of window bits.
Declaration Syntax
Parameters
- windowBits (Int32)
- The number of window bits to use. If you need to ask what that is, then you shouldn't be calling this initializer.
Return Value
Z_OK if all goes well.