Method | 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 |
public Move ( string oldPath, string newPath, bool ignoreExisting ) : void | ||
oldPath | string | |
newPath | string | |
ignoreExisting | bool | |
return | void |
public Read ( TorrentFile file, long offset, byte buffer, int bufferOffset, int count ) : int | ||
file | TorrentFile | |
offset | long | |
buffer | byte | |
bufferOffset | int | |
count | int | |
return | int |
public Write ( TorrentFile file, long offset, byte buffer, int bufferOffset, int count ) : void | ||
file | TorrentFile | |
offset | long | |
buffer | byte | |
bufferOffset | int | |
count | int | |
return | void |