C# 클래스 Library.Net.Amoeba.DownloadManager

상속: Library.StateManagerBase, Library.Configuration.ISettings
파일 보기 프로젝트 열기: Alliance-Network/Library 1 사용 예제들

공개 메소드들

메소드 설명
DecodeStart ( ) : void
DecodeStop ( ) : void
Download ( Seed seed, int priority ) : void
Download ( Seed seed, string path, int priority ) : void
DownloadManager ( ConnectionsManager connectionsManager, CacheManager cacheManager, BufferManager bufferManager ) : System
Load ( string directoryPath ) : void
Remove ( int id ) : void
Reset ( int id ) : void
Save ( string directoryPath ) : void
SetPriority ( int id, int priority ) : void
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
BlockRemoveThread ( IEnumerable keys ) : void
BlockSetThread ( IEnumerable keys ) : void
CheckState ( Library.Index index ) : void
DecodeThread ( ) : void
DownloadThread ( ) : void
GetNormalizedPath ( string path ) : string
GetUniqueFilePath ( string path ) : string
GetUniqueFileStream ( string path ) : UnbufferedFileStream
UncheckState ( Library.Index index ) : void

메소드 상세

DecodeStart() 공개 메소드

public DecodeStart ( ) : void
리턴 void

DecodeStop() 공개 메소드

public DecodeStop ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Download() 공개 메소드

public Download ( Seed seed, int priority ) : void
seed Seed
priority int
리턴 void

Download() 공개 메소드

public Download ( Seed seed, string path, int priority ) : void
seed Seed
path string
priority int
리턴 void

DownloadManager() 공개 메소드

public DownloadManager ( ConnectionsManager connectionsManager, CacheManager cacheManager, BufferManager bufferManager ) : System
connectionsManager ConnectionsManager
cacheManager CacheManager
bufferManager Library.BufferManager
리턴 System

Load() 공개 메소드

public Load ( string directoryPath ) : void
directoryPath string
리턴 void

Remove() 공개 메소드

public Remove ( int id ) : void
id int
리턴 void

Reset() 공개 메소드

public Reset ( int id ) : void
id int
리턴 void

Save() 공개 메소드

public Save ( string directoryPath ) : void
directoryPath string
리턴 void

SetPriority() 공개 메소드

public SetPriority ( int id, int priority ) : void
id int
priority int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void