C# Класс OctoTorrent.SampleClient.NullWriter

Наследование: PieceWriter
Показать файл Открыть проект

Открытые методы

Метод Описание
Close ( TorrentFile file ) : void
Exists ( TorrentFile file ) : bool
Flush ( TorrentFile file ) : void
Move ( string oldPath, string newPath, bool ignoreExisting ) : void
Read ( TorrentFile file, long offset, byte buffer, int bufferOffset, int count ) : int
Write ( TorrentFile file, long offset, byte buffer, int bufferOffset, int count ) : void

Описание методов

Close() публичный Метод

public Close ( TorrentFile file ) : void
file TorrentFile
Результат void

Exists() публичный Метод

public Exists ( TorrentFile file ) : bool
file TorrentFile
Результат bool

Flush() публичный Метод

public Flush ( TorrentFile file ) : void
file TorrentFile
Результат void

Move() публичный Метод

public Move ( string oldPath, string newPath, bool ignoreExisting ) : void
oldPath string
newPath string
ignoreExisting bool
Результат void

Read() публичный Метод

public Read ( TorrentFile file, long offset, byte buffer, int bufferOffset, int count ) : int
file TorrentFile
offset long
buffer byte
bufferOffset int
count int
Результат int

Write() публичный Метод

public Write ( TorrentFile file, long offset, byte buffer, int bufferOffset, int count ) : void
file TorrentFile
offset long
buffer byte
bufferOffset int
count int
Результат void