Uses of Interface
com.biglybt.core.diskmanager.file.FMFile
-
Packages that use FMFile Package Description com.biglybt.core.diskmanager.cache.impl com.biglybt.core.diskmanager.file com.biglybt.core.diskmanager.file.impl -
-
Uses of FMFile in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl declared as FMFile Modifier and Type Field Description private FMFile
CacheFileWithoutCacheMT. base_file
protected FMFile
CacheFileWithCache. file
protected FMFile
CacheFileWithoutCache. file
private FMFile[]
CacheFileWithoutCacheMT. files
Methods in com.biglybt.core.diskmanager.cache.impl that return FMFile Modifier and Type Method Description protected FMFile
CacheFileWithoutCacheMT. getFile()
protected FMFile
CacheFileWithCache. getFMFile()
Methods in com.biglybt.core.diskmanager.cache.impl with parameters of type FMFile Modifier and Type Method Description protected void
CacheFileWithoutCacheMT. releaseFile(FMFile file)
Constructors in com.biglybt.core.diskmanager.cache.impl with parameters of type FMFile Constructor Description CacheFileWithCache(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file)
CacheFileWithoutCache(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file)
CacheFileWithoutCacheMT(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file)
-
Uses of FMFile in com.biglybt.core.diskmanager.file
Methods in com.biglybt.core.diskmanager.file that return FMFile Modifier and Type Method Description FMFile
FMFile. createClone()
FMFile
FMFileManager. createFile(FMFileOwner owner, java.io.File file, int type, boolean force)
-
Uses of FMFile in com.biglybt.core.diskmanager.file.impl
Classes in com.biglybt.core.diskmanager.file.impl that implement FMFile Modifier and Type Class Description class
FMFileImpl
class
FMFileLimited
class
FMFilePadding
class
FMFileTestImpl
class
FMFileUnlimited
Methods in com.biglybt.core.diskmanager.file.impl that return FMFile Modifier and Type Method Description FMFile
FMFileLimited. createClone()
FMFile
FMFilePadding. createClone()
FMFile
FMFileUnlimited. createClone()
FMFile
FMFileManagerImpl. createFile(FMFileOwner owner, java.io.File file, int type, boolean force)
-