Initialize the inflation state.
| C# | Visual Basic | Visual C++ | F# |
public int InitializeInflate()
Public Function InitializeInflate As Integer
public: int InitializeInflate()
member InitializeInflate : unit -> int
Int32
Z_OK if everything goes well.
Z_OK if everything goes well.
It is not necessary to call this before using the ZlibCodec to inflate data;
It is implicitly called when you call the constructor.
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)