Method | Description | |
---|---|---|
GetHuffmanTree ( byte data, int index, int count ) : BinaryTree |
||
RawCopy ( this array ) : ushort[] |
Method | Description | |
---|---|---|
Main ( ) : void | ||
MakeTree ( int headIndex, IntNode nodes ) : BinaryTree |
public static GetHuffmanTree ( byte data, int index, int count ) : BinaryTree |
||
data | byte | |
index | int | |
count | int | |
return | BinaryTree |
public static RawCopy ( this array ) : ushort[] | ||
array | this | |
return | ushort[] |