Uses of Class
com.biglybt.core.diskmanager.file.impl.FMFileManagerImpl
Packages that use FMFileManagerImpl
-
Uses of FMFileManagerImpl in com.biglybt.core.diskmanager.file.impl
Fields in com.biglybt.core.diskmanager.file.impl declared as FMFileManagerImplModifier and TypeFieldDescriptionprivate final FMFileManagerImpl
FMFileImpl.manager
protected static FMFileManagerImpl
FMFileManagerImpl.singleton
Methods in com.biglybt.core.diskmanager.file.impl that return FMFileManagerImplConstructors in com.biglybt.core.diskmanager.file.impl with parameters of type FMFileManagerImplModifierConstructorDescriptionprotected
FMFileImpl
(FMFileOwner _owner, FMFileManagerImpl _manager, File _file, int _type, boolean _force) protected
FMFileLimited
(FMFileOwner owner, FMFileManagerImpl manager, File file, int type, boolean force) protected
FMFileTestImpl
(FMFileOwner _owner, FMFileManagerImpl _manager, File _file, int _type, boolean _force) protected
FMFileUnlimited
(FMFileOwner owner, FMFileManagerImpl manager, File file, int type, boolean force)