C# Class CASCExplorer.LocalIndexHandler

Afficher le fichier Open project: WoW-Tools/CASCExplorer Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
GetIndexInfo ( MD5Hash key ) : IndexEntry
Initialize ( CASCExplorer.CASCConfig config, BackgroundWorkerEx worker ) : LocalIndexHandler

Private Methods

Méthode Description
GetIdxFiles ( CASCExplorer.CASCConfig config ) : List
LocalIndexHandler ( ) : System
ParseIndex ( string idx ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

GetIndexInfo() public méthode

public GetIndexInfo ( MD5Hash key ) : IndexEntry
key MD5Hash
Résultat IndexEntry

Initialize() public static méthode

public static Initialize ( CASCExplorer.CASCConfig config, BackgroundWorkerEx worker ) : LocalIndexHandler
config CASCExplorer.CASCConfig
worker BackgroundWorkerEx
Résultat LocalIndexHandler