Метод | Описание | |
---|---|---|
Clear ( ) : void | ||
Dump ( ) : void | ||
GetAllEntries ( ) : RootEntry>>.IEnumerable |
||
GetAllEntries ( ulong hash ) : IEnumerable |
||
GetAllEntriesByFileDataId ( int fileDataId ) : IEnumerable |
||
GetEntries ( ulong hash ) : IEnumerable |
||
GetEntriesByFileDataId ( int fileDataId ) : IEnumerable |
||
GetFileDataIdByHash ( ulong hash ) : int | ||
GetFileDataIdByName ( string name ) : int | ||
GetHashByFileDataId ( int fileDataId ) : ulong | ||
IsUnknownFile ( ulong hash ) : bool | ||
LoadFileDataComplete ( |
||
LoadListFile ( string path, |
||
WowRootHandler ( |
Метод | Описание | |
---|---|---|
CreateStorageTree ( ) : |
Метод | Описание | |
---|---|---|
LoadPreHashedListFile ( string pathbin, string pathtext, |
protected CreateStorageTree ( ) : |
||
Результат |
public GetAllEntries ( ) : RootEntry>>.IEnumerable |
||
Результат | RootEntry>>.IEnumerable |
public GetAllEntries ( ulong hash ) : IEnumerable |
||
hash | ulong | |
Результат | IEnumerable |
public GetAllEntriesByFileDataId ( int fileDataId ) : IEnumerable |
||
fileDataId | int | |
Результат | IEnumerable |
public GetEntries ( ulong hash ) : IEnumerable |
||
hash | ulong | |
Результат | IEnumerable |
public GetEntriesByFileDataId ( int fileDataId ) : IEnumerable |
||
fileDataId | int | |
Результат | IEnumerable |
public GetFileDataIdByHash ( ulong hash ) : int | ||
hash | ulong | |
Результат | int |
public GetFileDataIdByName ( string name ) : int | ||
name | string | |
Результат | int |
public GetHashByFileDataId ( int fileDataId ) : ulong | ||
fileDataId | int | |
Результат | ulong |
public IsUnknownFile ( ulong hash ) : bool | ||
hash | ulong | |
Результат | bool |
public LoadFileDataComplete ( |
||
casc | ||
Результат | void |
public LoadListFile ( string path, |
||
path | string | |
worker | ||
Результат | void |
public WowRootHandler ( |
||
stream | ||
worker | ||
Результат | System |