Interface CacheFileOwner
-
- All Known Implementing Classes:
DiskManagerFileInfoImpl
public interface CacheFileOwner
-
-
Field Summary
Fields Modifier and Type Field Description static int
CACHE_MODE_EXPERIMENTAL
static int
CACHE_MODE_NO_CACHE
static int
CACHE_MODE_NORMAL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getCacheFileControlFileDir()
java.lang.String
getCacheFileOwnerName()
TOTorrentFile
getCacheFileTorrentFile()
int
getCacheMode()
-
-
-
Field Detail
-
CACHE_MODE_NORMAL
static final int CACHE_MODE_NORMAL
- See Also:
- Constant Field Values
-
CACHE_MODE_NO_CACHE
static final int CACHE_MODE_NO_CACHE
- See Also:
- Constant Field Values
-
CACHE_MODE_EXPERIMENTAL
static final int CACHE_MODE_EXPERIMENTAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCacheFileOwnerName
java.lang.String getCacheFileOwnerName()
-
getCacheFileTorrentFile
TOTorrentFile getCacheFileTorrentFile()
-
getCacheFileControlFileDir
java.io.File getCacheFileControlFileDir()
-
getCacheMode
int getCacheMode()
-
-