Property | Type | Description | |
---|---|---|---|
StringRefs | List |
||
name | string | ||
path | string |
Method | Description | |
---|---|---|
DumpToFile ( string fileName ) : void |
Writes data stored in memory to an appriopriate text format.
|
|
LoadTlkData ( string fileName ) : void |
Loads a TLK file into memory.
|
|
findDataById ( int strRefID, bool withFileName = false ) : string |
Method | Description | |
---|---|---|
CompareTlkStringRef ( TLKStringRef strRef1, TLKStringRef strRef2 ) : int | ||
GetString ( int &bitOffset ) : string |
Starts reading 'Bits' array at position 'bitOffset'. Read data is used on a Huffman Tree to decode read bits into real strings. 'bitOffset' variable is updated with last read bit PLUS ONE (first unread bit). Global variables used: List(of HuffmanNodes) CharacterTree BitArray Bits |
|
OnProgressChanged ( int percentProgress ) : void | ||
SaveToXmlFile ( string fileName ) : void |
Writing data in an XML format.
|
public LoadTlkData ( string fileName ) : void | ||
fileName | string | |
return | void |
public findDataById ( int strRefID, bool withFileName = false ) : string | ||
strRefID | int | |
withFileName | bool | |
return | string |