C# Class CASCExplorer.SyncDownloader

Afficher le fichier Open project: WoW-Tools/CASCExplorer Class Usage Examples

Méthodes publiques

Méthode Description
DownloadFile ( string url, string path ) : void
GetMetaData ( string url, string file ) : CacheMetaData
OpenFile ( string url ) : MemoryStream
SyncDownloader ( BackgroundWorkerEx progressReporter ) : System.IO

Private Methods

Méthode Description
CopyToStream ( Stream src, Stream dst, long len ) : void

Method Details

DownloadFile() public méthode

public DownloadFile ( string url, string path ) : void
url string
path string
Résultat void

GetMetaData() public méthode

public GetMetaData ( string url, string file ) : CacheMetaData
url string
file string
Résultat CacheMetaData

OpenFile() public méthode

public OpenFile ( string url ) : MemoryStream
url string
Résultat System.IO.MemoryStream

SyncDownloader() public méthode

public SyncDownloader ( BackgroundWorkerEx progressReporter ) : System.IO
progressReporter BackgroundWorkerEx
Résultat System.IO