Method | Description | |
---|---|---|
ClearCache ( ) : void | ||
Dispose ( ) : void |
Frees all the streams used in this heap.
|
|
GetStringByOffset ( uint offset ) : string |
Gets the string by its offset.
|
|
GetStringOffset ( string value ) : uint |
Gets an offset of a string value. If it is not present in the strings heap, it will add it.
|
|
TryGetStringByOffset ( uint offset, string &value ) : bool |
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
ReadAllStrings ( ) : void | ||
StringsHeap ( |
public GetStringByOffset ( uint offset ) : string | ||
offset | uint | The offset of the string. |
return | string |
public GetStringOffset ( string value ) : uint | ||
value | string | The string value to get the offset from. |
return | uint |
public TryGetStringByOffset ( uint offset, string &value ) : bool | ||
offset | uint | |
value | string | |
return | bool |