DeflaterHuffman Members
Public Static Methods
| Reverse the bits of a 16 bit value. |
Public Instance Constructors
|
|
Construct instance with pending buffer |
Public Instance Fields
| Pending buffer to use |
Public Instance Methods
| Compress current buffer writing data to pending buffer | |
| Determines whether the specified Object is equal to the current Object. | |
| Flush block to output with compression | |
| Flush block to output with no compression | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Get value indicating if internal buffer is full | |
| Reset internal state | |
| Write all trees to pending buffer | |
| Add distance code and length to literal and distance trees | |
| Add literal to buffer | |
| Returns a String that represents the current Object. |
Protected Instance Methods
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. |
See Also
DeflaterHuffman Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace