C# Class P02Project.Resources.xml.ThreadedDataFetcher

This class is used solely for being able to fetch files from a url and save them to a file name very quickly Use of multiThreading
Mostra file Open project: raouldc/OptiDev Class Usage Examples

Public Methods

Method Description
ThreadedDataFetcher ( Uri url, String fileName ) : System

create a new ThreadedDataFetcher

downloadFile ( ) : void

Method Details

ThreadedDataFetcher() public method

create a new ThreadedDataFetcher
public ThreadedDataFetcher ( Uri url, String fileName ) : System
url System.Uri url the file has to be downloaded from
fileName String filename of the resulting file that is created
return System

downloadFile() public method

public downloadFile ( ) : void
return void