Property | Type | Description | |
---|---|---|---|
Huffman | HuffmanTree |
Method | Description | |
---|---|---|
Decode ( |
||
Encode ( |
||
HuffmanCoding ( ) : System | ||
HuffmanCoding ( HuffmanTree huffmantree ) : System | ||
Load ( |
||
Save ( |
public Decode ( |
||
stream | ||
ctx | ||
return | int |
public Encode ( |
||
stream | ||
u | int | |
return | void |
public HuffmanCoding ( HuffmanTree huffmantree ) : System | ||
huffmantree | HuffmanTree | |
return | System |
public Load ( |
||
Input | ||
return | void |
public Save ( |
||
Output | ||
return | void |