메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
ExtractFileOnline ( MD5Hash key, string path, string name ) : void | ||
GetLocalDataStream ( MD5Hash key ) : Stream | ||
OpenFileOnline ( MD5Hash key ) : Stream |
메소드 | 설명 | |
---|---|---|
CASCHandler ( CASCExplorer.CASCConfig config, |
||
Open ( |
protected ExtractFileOnline ( MD5Hash key, string path, string name ) : void | ||
key | MD5Hash | |
path | string | |
name | string | |
리턴 | void |
public GetEncodingEntry ( ulong hash, |
||
hash | ulong | |
enc | ||
리턴 | bool |
protected GetLocalDataStream ( MD5Hash key ) : Stream | ||
key | MD5Hash | |
리턴 | Stream |
public static OpenLocalStorage ( string basePath, |
||
basePath | string | |
worker | ||
리턴 |
public static OpenOnlineStorage ( string product, string region = "us", |
||
product | string | |
region | string | |
worker | ||
리턴 |
public static OpenStorage ( CASCExplorer.CASCConfig config, |
||
config | CASCExplorer.CASCConfig | |
worker | ||
리턴 |
public SaveFileTo ( ulong hash, string extractPath, string fullName ) : void | ||
hash | ulong | |
extractPath | string | |
fullName | string | |
리턴 | void |