ComponentOne Zip for .NET
inflateEnd Method

C1.C1Zip.4 Assembly > C1.C1Zip.ZLib Namespace > ZStream Class : inflateEnd Method
Frees all dynamically allocated data structures for this stream, discards any unprocessed input, and does not flush any pending output.
Syntax
Public Function inflateEnd() As Integer
public int inflateEnd()

Return Value

Zero on success, an error code on failure.
See Also

Reference

ZStream Class
ZStream Members