ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip.ZLib Namespace / ZStream Class / inflateSync Method

In This Topic
    inflateSync Method
    In This Topic
    Skips invalid compressed data until a full flush point is found, or until all available input is skipped. No output is provided.
    Syntax
    Public Function inflateSync() As Integer
    public int inflateSync()

    Return Value

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