C# 클래스 CASCExplorer.CASCHandlerLite

상속: CASCHandlerBase
파일 보기 프로젝트 열기: WoW-Tools/CASCExplorer

공개 메소드들

메소드 설명
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, BackgroundWorkerEx worker = null ) : CASCHandlerLite
OpenOnlineStorage ( string product, LocaleFlags locale, string region = "us", BackgroundWorkerEx worker = null ) : CASCHandlerLite
OpenStorage ( LocaleFlags locale, CASCExplorer.CASCConfig config, BackgroundWorkerEx worker = null ) : CASCHandlerLite
SaveFileTo ( ulong hash, string extractPath, string fullName ) : void

보호된 메소드들

메소드 설명
ExtractFileOnline ( MD5Hash key, string path, string name ) : void
GetLocalDataStream ( MD5Hash key ) : Stream
OpenFileOnline ( MD5Hash key ) : Stream

비공개 메소드들

메소드 설명
CASCHandlerLite ( CASCExplorer.CASCConfig config, LocaleFlags locale, BackgroundWorkerEx worker ) : System
Open ( LocaleFlags locale, BackgroundWorkerEx worker, CASCExplorer.CASCConfig config ) : CASCHandlerLite

메소드 상세

ExtractFileOnline() 보호된 메소드

protected ExtractFileOnline ( MD5Hash key, string path, string name ) : void
key MD5Hash
path string
name string
리턴 void

FileExists() 공개 메소드

public FileExists ( int fileDataId ) : bool
fileDataId int
리턴 bool

FileExists() 공개 메소드

public FileExists ( string file ) : bool
file string
리턴 bool

FileExists() 공개 메소드

public FileExists ( ulong hash ) : bool
hash ulong
리턴 bool

GetLocalDataStream() 보호된 메소드

protected GetLocalDataStream ( MD5Hash key ) : Stream
key MD5Hash
리턴 Stream

OpenFile() 공개 메소드

public OpenFile ( int filedata ) : Stream
filedata int
리턴 Stream

OpenFile() 공개 메소드

public OpenFile ( string name ) : Stream
name string
리턴 Stream

OpenFile() 공개 메소드

public OpenFile ( ulong hash ) : Stream
hash ulong
리턴 Stream

OpenFileOnline() 보호된 메소드

protected OpenFileOnline ( MD5Hash key ) : Stream
key MD5Hash
리턴 Stream

OpenLocalStorage() 공개 정적인 메소드

public static OpenLocalStorage ( string basePath, LocaleFlags locale, BackgroundWorkerEx worker = null ) : CASCHandlerLite
basePath string
locale LocaleFlags
worker BackgroundWorkerEx
리턴 CASCHandlerLite

OpenOnlineStorage() 공개 정적인 메소드

public static OpenOnlineStorage ( string product, LocaleFlags locale, string region = "us", BackgroundWorkerEx worker = null ) : CASCHandlerLite
product string
locale LocaleFlags
region string
worker BackgroundWorkerEx
리턴 CASCHandlerLite

OpenStorage() 공개 정적인 메소드

public static OpenStorage ( LocaleFlags locale, CASCExplorer.CASCConfig config, BackgroundWorkerEx worker = null ) : CASCHandlerLite
locale LocaleFlags
config CASCExplorer.CASCConfig
worker BackgroundWorkerEx
리턴 CASCHandlerLite

SaveFileTo() 공개 메소드

public SaveFileTo ( ulong hash, string extractPath, string fullName ) : void
hash ulong
extractPath string
fullName string
리턴 void