InitializeInflate Method (windowBits)
From DotNetZip
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.
- 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.
Z_OK if all goes well.