Свойство | Тип | Описание | |
---|---|---|---|
defDistTree | |||
defLitLenTree |
Метод | Описание | |
---|---|---|
GetSymbol ( |
Reads the next symbol from input. The symbol is encoded using the huffman tree.
|
|
InflaterHuffmanTree ( byte codeLengths ) : System |
Constructs a Huffman tree from the array of code lengths.
|
Метод | Описание | |
---|---|---|
BuildTree ( byte codeLengths ) : void | ||
InflaterHuffmanTree ( ) : System |
public GetSymbol ( |
||
input | /// input the input source. /// | |
Результат | int |
public InflaterHuffmanTree ( byte codeLengths ) : System | ||
codeLengths | byte | /// the array of code lengths /// |
Результат | System |
public static InflaterHuffmanTree,ICSharpCode.SharpZipLib.Zip.Compression defDistTree | ||
Результат |