Méthode | Description | |
---|---|---|
Clear ( ) : void | ||
FileExists ( int fileDataId ) : bool | ||
FileExists ( string file ) : bool | ||
FileExists ( ulong hash ) : bool | ||
GetEncodingEntry ( ulong hash, |
||
OpenFile ( int fileDataId ) : Stream | ||
OpenFile ( string name ) : Stream | ||
OpenFile ( ulong hash ) : Stream | ||
OpenLocalStorage ( string basePath, |
||
OpenOnlineStorage ( string product, string region = "us", |
||
OpenStorage ( 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 | |
---|---|---|
CASCHandler ( CASCExplorer.CASCConfig config, |
||
Open ( |
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 |
public GetEncodingEntry ( ulong hash, |
||
hash | ulong | |
enc | ||
Résultat | bool |
protected GetLocalDataStream ( MD5Hash key ) : Stream | ||
key | MD5Hash | |
Résultat | Stream |
public OpenFile ( int fileDataId ) : Stream | ||
fileDataId | int | |
Résultat | Stream |
protected OpenFileOnline ( MD5Hash key ) : Stream | ||
key | MD5Hash | |
Résultat | Stream |
public static OpenLocalStorage ( string basePath, |
||
basePath | string | |
worker | ||
Résultat |
public static OpenOnlineStorage ( string product, string region = "us", |
||
product | string | |
region | string | |
worker | ||
Résultat |
public static OpenStorage ( CASCExplorer.CASCConfig config, |
||
config | CASCExplorer.CASCConfig | |
worker | ||
Résultat |
public SaveFileTo ( ulong hash, string extractPath, string fullName ) : void | ||
hash | ulong | |
extractPath | string | |
fullName | string | |
Résultat | void |