C# 클래스 CASCExplorer.DownloadHandler

파일 보기 프로젝트 열기: WoW-Tools/CASCExplorer 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
DownloadHandler ( BinaryReader stream, BackgroundWorkerEx worker ) : System.Collections
Dump ( ) : void
GetEntry ( MD5Hash key ) : DownloadEntry

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DownloadHandler() 공개 메소드

public DownloadHandler ( BinaryReader stream, BackgroundWorkerEx worker ) : System.Collections
stream System.IO.BinaryReader
worker BackgroundWorkerEx
리턴 System.Collections

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

GetEntry() 공개 메소드

public GetEntry ( MD5Hash key ) : DownloadEntry
key MD5Hash
리턴 DownloadEntry