C# 클래스 TorrentHardLinkHelper.Locate.TorrentFileLocater

파일 보기 프로젝트 열기: harrywong/torrenthardlinkhelper 1 사용 예제들

공개 메소드들

메소드 설명
Locate ( ) : LocateResult
TorrentFileLocater ( ) : System
TorrentFileLocater ( Torrent torrent ) : System
TorrentFileLocater ( Torrent torrent, IList fsfiFileInfos ) : System
TorrentFileLocater ( Torrent torrent, IList fsfiFileInfos, System.Action fileLocating ) : System

비공개 메소드들

메소드 설명
CheckPiece ( int pieceIndex ) : bool
ConfirmFileSystemFiles ( ) : void
FindTorrentFileLinks ( ) : void

메소드 상세

Locate() 공개 메소드

public Locate ( ) : LocateResult
리턴 LocateResult

TorrentFileLocater() 공개 메소드

public TorrentFileLocater ( ) : System
리턴 System

TorrentFileLocater() 공개 메소드

public TorrentFileLocater ( Torrent torrent ) : System
torrent Torrent
리턴 System

TorrentFileLocater() 공개 메소드

public TorrentFileLocater ( Torrent torrent, IList fsfiFileInfos ) : System
torrent Torrent
fsfiFileInfos IList
리턴 System

TorrentFileLocater() 공개 메소드

public TorrentFileLocater ( Torrent torrent, IList fsfiFileInfos, System.Action fileLocating ) : System
torrent Torrent
fsfiFileInfos IList
fileLocating System.Action
리턴 System