[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: uhpackimp.pp line 125
type THPackHuffmanNode = class |
protected |
FSymbol: Integer; |
FBits: Integer; |
FChildren: array of THPackHuffmanNode; |
class procedure Insert(); |
class function BuildTree(); |
public |
constructor Create(); |
destructor Destroy; override; |
function isTerminal; |
end; |
| |
TObject |