Inflater Class

Inflater is used to decompress data that has been compressed according to the "deflate" standard described in rfc1950. The usage is as following. First you have to set some input with

setInput()
, then inflate() it. If inflate doesn't inflate any bytes there may be three reasons: Once the first output byte is produced, a dictionary will not be needed at a later stage. author of the original java version : John Leuner, Jochen Hoenicke

For a list of all members of this type, see Inflater Members.

System.Object
   Inflater

[Visual Basic]
Public Class Inflater
[C#]
public class Inflater

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip.Compression Namespace

Assembly: SharpZipLib.dll

See Also

Inflater Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace