ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip.ZLib Namespace / ZStream Class / inflateEnd Method

In This Topic
    inflateEnd Method
    In This Topic
    Frees all dynamically allocated data structures for this stream, discards any unprocessed input, and does not flush any pending output.
    Syntax
    'Declaration
     
    Public Function inflateEnd() As System.Integer
    public System.int inflateEnd()

    Return Value

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