C# Class CASCExplorer.DownloadHandler

Show file Open project: WoW-Tools/CASCExplorer Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
DownloadHandler ( BinaryReader stream, BackgroundWorkerEx worker ) : System.Collections
Dump ( ) : void
GetEntry ( MD5Hash key ) : DownloadEntry

Method Details

Clear() public method

public Clear ( ) : void
return void

DownloadHandler() public method

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

Dump() public method

public Dump ( ) : void
return void

GetEntry() public method

public GetEntry ( MD5Hash key ) : DownloadEntry
key MD5Hash
return DownloadEntry