Méthode | Description | |
---|---|---|
FileExists ( int fileDataId ) : bool | ||
FileExists ( string file ) : bool | ||
FileExists ( ulong hash ) : bool | ||
OpenFile ( int filedata ) : Stream | ||
OpenFile ( string name ) : Stream | ||
OpenFile ( ulong hash ) : Stream | ||
OpenLocalStorage ( string basePath, LocaleFlags locale, |
||
OpenOnlineStorage ( string product, LocaleFlags locale, string region = "us", |
||
OpenStorage ( LocaleFlags locale, CASCExplorer.CASCConfig config, |
||
SaveFileTo ( ulong hash, string extractPath, string fullName ) : void |
Méthode | Description | |
---|---|---|
ExtractFileOnline ( MD5Hash key, string path, string name ) : void | ||
GetLocalDataStream ( MD5Hash key ) : Stream | ||
OpenFileOnline ( MD5Hash key ) : Stream |
Méthode | Description | |
---|---|---|
CASCHandlerLite ( CASCExplorer.CASCConfig config, LocaleFlags locale, |
||
Open ( LocaleFlags locale, |
protected ExtractFileOnline ( MD5Hash key, string path, string name ) : void | ||
key | MD5Hash | |
path | string | |
name | string | |
Résultat | void |
public FileExists ( int fileDataId ) : bool | ||
fileDataId | int | |
Résultat | bool |
protected GetLocalDataStream ( MD5Hash key ) : Stream | ||
key | MD5Hash | |
Résultat | Stream |
protected OpenFileOnline ( MD5Hash key ) : Stream | ||
key | MD5Hash | |
Résultat | Stream |
public static OpenLocalStorage ( string basePath, LocaleFlags locale, |
||
basePath | string | |
locale | LocaleFlags | |
worker | ||
Résultat |
public static OpenOnlineStorage ( string product, LocaleFlags locale, string region = "us", |
||
product | string | |
locale | LocaleFlags | |
region | string | |
worker | ||
Résultat |
public static OpenStorage ( LocaleFlags locale, CASCExplorer.CASCConfig config, |
||
locale | LocaleFlags | |
config | CASCExplorer.CASCConfig | |
worker | ||
Résultat |
public SaveFileTo ( ulong hash, string extractPath, string fullName ) : void | ||
hash | ulong | |
extractPath | string | |
fullName | string | |
Résultat | void |