Uses of Interface
com.biglybt.core.diskmanager.file.FMFileManager
-
Packages that use FMFileManager Package Description com.biglybt.core.diskmanager.cache.impl com.biglybt.core.diskmanager.file com.biglybt.core.diskmanager.file.impl -
-
Uses of FMFileManager in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl declared as FMFileManager Modifier and Type Field Description protected FMFileManager
CacheFileManagerImpl. file_manager
-
Uses of FMFileManager in com.biglybt.core.diskmanager.file
Methods in com.biglybt.core.diskmanager.file that return FMFileManager Modifier and Type Method Description static FMFileManager
FMFileManagerFactory. getSingleton()
-
Uses of FMFileManager in com.biglybt.core.diskmanager.file.impl
Classes in com.biglybt.core.diskmanager.file.impl that implement FMFileManager Modifier and Type Class Description class
FMFileManagerImpl
Methods in com.biglybt.core.diskmanager.file.impl that return FMFileManager Modifier and Type Method Description static FMFileManager
FMFileManagerImpl. getSingleton()
-