Ionic Zip Library v1.9.1.6
EndInflate Method
Reference ► Ionic.Zlib ► ZlibCodec ► EndInflate()()()()
Ends an inflation session.
Declaration Syntax
Return Value
Z_OK if everything goes well.
Remarks
Call this after successively calling Inflate(). This will cause all buffers to be flushed.
After calling this you cannot call Inflate() without a intervening call to one of the
InitializeInflate() overloads.