InflaterInputStream Class

This filter stream is used to decompress data compressed baseInputStream the "deflate" format. The "deflate" format is described baseInputStream RFC 1951. This stream may form the basis for other decompression filters, such as the

GzipInputStream
. author of the original java version : John Leuner

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

System.Object
   MarshalByRefObject
      Stream
         InflaterInputStream

[Visual Basic]
Public Class InflaterInputStream
   Inherits Stream
   Implements IDisposable
[C#]
public class InflaterInputStream : Stream, IDisposable

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace

Assembly: SharpZipLib.dll

See Also

InflaterInputStream Members | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace