Uses of Interface
com.biglybt.core.diskmanager.file.FMFileOwner
Packages that use FMFileOwner
-
Uses of FMFileOwner in com.biglybt.core.diskmanager.file
Methods in com.biglybt.core.diskmanager.file that return FMFileOwnerMethods in com.biglybt.core.diskmanager.file with parameters of type FMFileOwnerModifier and TypeMethodDescriptionFMFileManager.createFile
(FMFileOwner owner, StringInterner.FileKey file, int type, boolean force) -
Uses of FMFileOwner in com.biglybt.core.diskmanager.file.impl
Fields in com.biglybt.core.diskmanager.file.impl declared as FMFileOwnerModifier and TypeFieldDescriptionprivate final FMFileOwner
FMFileImpl.owner
private final FMFileOwner
FMFilePadding.owner
Methods in com.biglybt.core.diskmanager.file.impl that return FMFileOwnerMethods in com.biglybt.core.diskmanager.file.impl with parameters of type FMFileOwnerModifier and TypeMethodDescriptionFMFileManagerImpl.createFile
(FMFileOwner owner, StringInterner.FileKey file, int type, boolean force) Constructors in com.biglybt.core.diskmanager.file.impl with parameters of type FMFileOwnerModifierConstructorDescriptionprotected
FMFileImpl
(FMFileOwner _owner, FMFileManagerImpl _manager, StringInterner.FileKey _file, int _type, boolean _force) protected
FMFileLimited
(FMFileOwner owner, FMFileManagerImpl manager, StringInterner.FileKey file, int type, boolean force) protected
FMFilePadding
(FMFileOwner _owner, StringInterner.FileKey _file, boolean _is_clone) protected
FMFileTestImpl
(FMFileOwner _owner, FMFileManagerImpl _manager, StringInterner.FileKey _file, int _type, boolean _force) protected
FMFileUnlimited
(FMFileOwner owner, FMFileManagerImpl manager, StringInterner.FileKey file, int type, boolean force)