C# Class OctoTorrent.SampleClient.NullWriter

Inheritance: PieceWriter
Afficher le fichier Open project: Eskat0n/OctoTorrent

Méthodes publiques

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

Method Details

Close() public méthode

public Close ( TorrentFile file ) : void
file TorrentFile
Résultat void

Exists() public méthode

public Exists ( TorrentFile file ) : bool
file TorrentFile
Résultat bool

Flush() public méthode

public Flush ( TorrentFile file ) : void
file TorrentFile
Résultat void

Move() public méthode

public Move ( string oldPath, string newPath, bool ignoreExisting ) : void
oldPath string
newPath string
ignoreExisting bool
Résultat void

Read() public méthode

public Read ( TorrentFile file, long offset, byte buffer, int bufferOffset, int count ) : int
file TorrentFile
offset long
buffer byte
bufferOffset int
count int
Résultat int

Write() public méthode

public Write ( TorrentFile file, long offset, byte buffer, int bufferOffset, int count ) : void
file TorrentFile
offset long
buffer byte
bufferOffset int
count int
Résultat void