Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
This is the Deflater class. The deflater class compresses input with the deflate algorithm described in RFC 1951. It has several compression levels and three different strategies described below. This class is not thread safe. This is inherent in the API, due to the split of deflate and setInput. author of the original java version : Jochen Hoenicke

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

Syntax

C#
public class Deflater
Visual Basic (Declaration)
Public Class Deflater
Visual C++
public ref class Deflater

Remarks

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

Inheritance Hierarchy

System..::.Object
  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression..::.Deflater

See Also