Interface CacheFileManager
-
- All Known Implementing Classes:
CacheFileManagerImpl
public interface CacheFileManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheFile
createFile(CacheFileOwner owner, java.io.File file, int type, boolean force)
CacheFileManagerStats
getStats()
void
setFileLinks(TOTorrent torrent, LinkFileMap links)
-
-
-
Method Detail
-
createFile
CacheFile createFile(CacheFileOwner owner, java.io.File file, int type, boolean force) throws CacheFileManagerException
- Throws:
CacheFileManagerException
-
getStats
CacheFileManagerStats getStats()
-
setFileLinks
void setFileLinks(TOTorrent torrent, LinkFileMap links)
-
-