C# Class PutioFS.Core.Downloader

Show file Open project: firat/PutioFS Class Usage Examples

Public Methods

Method Description
Download ( PutioFileHandle h ) : void
DownloadJob ( ) : void
Downloader ( DownloadManager dm ) : System
IsClosetoHandle ( LongRange range, long position ) : System.Boolean
Stop ( ) : void

Method Details

Download() public method

public Download ( PutioFileHandle h ) : void
h PutioFileHandle
return void

DownloadJob() public method

public DownloadJob ( ) : void
return void

Downloader() public method

public Downloader ( DownloadManager dm ) : System
dm DownloadManager
return System

IsClosetoHandle() public method

public IsClosetoHandle ( LongRange range, long position ) : System.Boolean
range LongRange
position long
return System.Boolean

Stop() public method

public Stop ( ) : void
return void