Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Low level compression engine for deflate algorithm which uses a 32K sliding window with secondary compression from Huffman/Shannon-Fano codes.

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 DeflaterEngine : DeflaterConstants
Visual Basic (Declaration)
Public Class DeflaterEngine _
	Inherits DeflaterConstants
Visual C++
public ref class DeflaterEngine : public DeflaterConstants

Remarks

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

Inheritance Hierarchy

System..::.Object
  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression..::.DeflaterConstants
    SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression..::.DeflaterEngine

See Also