Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
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.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public class InflaterInputStream : Stream
Visual Basic (Declaration)
Public Class InflaterInputStream _
	Inherits Stream
Visual C++
public ref class InflaterInputStream : public Stream

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputStream"]

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.IO..::.Stream
      SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams..::.InflaterInputStream

See Also