C# Class CASCExplorer.LocalIndexHandler

Mostrar archivo Open project: WoW-Tools/CASCExplorer Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Clear() public method

public Clear ( ) : void
return void

GetIndexInfo() public method

public GetIndexInfo ( MD5Hash key ) : IndexEntry
key MD5Hash
return IndexEntry

Initialize() public static method

public static Initialize ( CASCExplorer.CASCConfig config, BackgroundWorkerEx worker ) : LocalIndexHandler
config CASCExplorer.CASCConfig
worker BackgroundWorkerEx
return LocalIndexHandler