Zip for WPF and Silverlight
C1.C1Zip.ZLib Namespace / ZStream Class / inflateSync Method

In This Topic
    inflateSync Method (ZStream)
    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
    'Declaration
     
    
    Public Function inflateSync() As Integer
    public int inflateSync()

    Return Value

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