C# Class Universal.Torrent.Client.FileStreamBuffer

Inheritance: IDisposable
Show file Open project: haroldma/Universal.Torrent

Public Methods

Method Description
Dispose ( ) : void
FileStreamBuffer ( int maxStreams ) : System
FindStream ( string path ) : TorrentFileStream

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileStreamBuffer() public method

public FileStreamBuffer ( int maxStreams ) : System
maxStreams int
return System

FindStream() public method

public FindStream ( string path ) : TorrentFileStream
path string
return TorrentFileStream