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 FMFileOwnerFMFileImpl.ownerprivate final FMFileOwnerFMFilePadding.ownerMethods 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 FMFileOwnerModifierConstructorDescriptionprotectedFMFileImpl(FMFileOwner _owner, FMFileManagerImpl _manager, StringInterner.FileKey _file, int _type, boolean _force) protectedFMFileLimited(FMFileOwner owner, FMFileManagerImpl manager, StringInterner.FileKey file, int type, boolean force) protectedFMFilePadding(FMFileOwner _owner, StringInterner.FileKey _file, boolean _is_clone) protectedFMFileTestImpl(FMFileOwner _owner, FMFileManagerImpl _manager, StringInterner.FileKey _file, int _type, boolean _force) protectedFMFileUnlimited(FMFileOwner owner, FMFileManagerImpl manager, StringInterner.FileKey file, int type, boolean force)