Frees all dynamically allocated data structures for this stream, discards any unprocessed input, and does not flush any pending output.

Namespace:  C1.C1Zip.ZLib
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public int inflateEnd()
Visual Basic
Public Function inflateEnd As Integer

Return Value

Zero on success, an error code on failure.

See Also