C# 클래스 OctoTorrent.Client.FileStreamBuffer

상속: IDisposable
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent

공개 메소드들

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

비공개 메소드들

메소드 설명
Add ( TorrentFileStream stream ) : void
CloseAndRemove ( TorrentFileStream s ) : void
CloseStream ( string path ) : bool
GetStream ( TorrentFile file, FileAccess access ) : TorrentFileStream

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FileStreamBuffer() 공개 메소드

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

FindStream() 공개 메소드

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