Method | Description | |
---|---|---|
GetFixedLengthString ( string input, int length ) : string | ||
LoadHuffmanTree ( BitArray>.Dictionary |
Loads HuffmanTree for further debugging (eg. printing out). Intended for HuffmanCompression.cs data structures. |
|
LoadHuffmanTree ( List |
Loads HuffmanTree for further debugging (eg. printing out). Start with parameters: (CharacterTree, 0, "") Intended for TalkFile.cs data structures. |
|
PrintHeader ( |
Prints TLK Header from TalkFile.cs module.
|
|
PrintLookupTable ( ) : void |
Prints code for every character coded in Huffman Tree (previously loaded).
|
|
TestDictionaryBytesReading ( |
For testing binary representation of HuffmanTree form module HuffmanCompression.cs.
|
static public GetFixedLengthString ( string input, int length ) : string | ||
input | string | |
length | int | |
return | string |
public static LoadHuffmanTree ( BitArray>.Dictionary |
||
tree | BitArray>.Dictionary | |
return | void |
static public LoadHuffmanTree ( List |
||
HuffmanTree | List |
|
curNodeID | int | |
curCode | string | |
return | void |
static public PrintHeader ( |
||
Header | ||
return | void |
public static TestDictionaryBytesReading ( |
||
r | ||
treeNodeCount | int | |
return | void |