DeflaterEngine Class

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterEngine Class

Low level compression engine for deflate algorithm which uses a 32K sliding window with secondary compression from Huffman/Shannon-Fano codes.

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

System.Object    ICSharpCode.SharpZipLib.Zip.Compression.DeflaterConstants
      ICSharpCode.SharpZipLib.Zip.Compression.DeflaterEngine

public class DeflaterEngine : DeflaterConstants

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

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

See Also

DeflaterEngine Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace