Ionic Zip Library v1.9.1.6
InitializeInflate Method
Reference ► Ionic.Zlib ► ZlibCodec ► InitializeInflate()()()()
Initialize the inflation state.
Declaration Syntax
Return Value
Z_OK if everything goes well.
Remarks
It is not necessary to call this before using the ZlibCodec to inflate data;
It is implicitly called when you call the constructor.