InflaterInputStream Class

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

InflaterInputStream Class

This filter stream is used to decompress data compressed using the "deflate" format. The "deflate" format is described in 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    System.MarshalByRefObject
      System.IO.Stream
         ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream
            ICSharpCode.SharpZipLib.GZip.GZipInputStream
            ICSharpCode.SharpZipLib.Zip.ZipInputStream

public class InflaterInputStream : Stream

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip.Compression.Streams

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

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