C# Class Universal.Torrent.Client.FileStreamBuffer

Inheritance: IDisposable
Afficher le fichier Open project: haroldma/Universal.Torrent

Méthodes publiques

Méthode Description
Dispose ( ) : void
FileStreamBuffer ( int maxStreams ) : System
FindStream ( string path ) : TorrentFileStream

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

FileStreamBuffer() public méthode

public FileStreamBuffer ( int maxStreams ) : System
maxStreams int
Résultat System

FindStream() public méthode

public FindStream ( string path ) : TorrentFileStream
path string
Résultat TorrentFileStream