Uses of Interface
com.biglybt.core.diskmanager.file.FMFile
Packages that use FMFile
Package
Description
-
Uses of FMFile in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl declared as FMFileModifier and TypeFieldDescriptionprivate final FMFile
CacheFileWithoutCacheMT.base_file
protected final FMFile
CacheFileWithCache.file
protected final FMFile
CacheFileWithoutCache.file
private FMFile[]
CacheFileWithoutCacheMT.files
Methods in com.biglybt.core.diskmanager.cache.impl that return FMFileModifier and TypeMethodDescriptionprotected FMFile
CacheFileWithoutCacheMT.getFile()
protected FMFile
CacheFileWithCache.getFMFile()
Methods in com.biglybt.core.diskmanager.cache.impl with parameters of type FMFileModifier and TypeMethodDescriptionprotected void
CacheFileWithoutCacheMT.releaseFile
(FMFile file) Constructors in com.biglybt.core.diskmanager.cache.impl with parameters of type FMFileModifierConstructorDescriptionprotected
CacheFileWithCache
(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file) protected
CacheFileWithoutCache
(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file) protected
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 FMFileModifier and TypeMethodDescriptionFMFile.createClone()
FMFileManager.createFile
(FMFileOwner owner, StringInterner.FileKey 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 FMFileModifier and TypeClassDescriptionclass
class
class
class
class
Fields in com.biglybt.core.diskmanager.file.impl with type parameters of type FMFileMethods in com.biglybt.core.diskmanager.file.impl that return FMFileModifier and TypeMethodDescriptionFMFileLimited.createClone()
FMFilePadding.createClone()
FMFileUnlimited.createClone()
FMFileManagerImpl.createFile
(FMFileOwner owner, StringInterner.FileKey file, int type, boolean force)