DeflaterHuffman Class

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterHuffman Class

This is the DeflaterHuffman class. 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

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

System.Object    ICSharpCode.SharpZipLib.Zip.Compression.DeflaterHuffman

public class DeflaterHuffman

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

DeflaterHuffman Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace