C# 클래스 Universal.Torrent.Client.FileStreamBuffer

상속: IDisposable
파일 보기 프로젝트 열기: haroldma/Universal.Torrent

공개 메소드들

메소드 설명
Dispose ( ) : void
FileStreamBuffer ( int maxStreams ) : System
FindStream ( string path ) : TorrentFileStream

비공개 메소드들

메소드 설명
Add ( TorrentFileStream stream ) : void
CancelTorrentFile ( TorrentFile file ) : void
Clear ( string path ) : bool
CloseAndRemove ( TorrentFileStream s ) : void
CloseAndRemove ( string path ) : void
CloseStream ( string path ) : bool
GetAsyncTokens ( string path ) : AsynTokens
GetStream ( TorrentFile file, FileAccessMode access ) : TorrentFileStream
Move ( TorrentFile file, StorageFolder folder, bool ignoreExisting ) : void
OpenStreamAsync ( TorrentFile file, FileAccessMode access, AsynTokens asynTokens ) : Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileStreamBuffer() 공개 메소드

public FileStreamBuffer ( int maxStreams ) : System
maxStreams int
리턴 System

FindStream() 공개 메소드

public FindStream ( string path ) : TorrentFileStream
path string
리턴 TorrentFileStream