Uses of Interface
com.biglybt.core.diskmanager.file.FMFileOwner
-
Packages that use FMFileOwner Package Description com.biglybt.core.diskmanager.file com.biglybt.core.diskmanager.file.impl -
-
Uses of FMFileOwner in com.biglybt.core.diskmanager.file
Methods in com.biglybt.core.diskmanager.file that return FMFileOwner Modifier and Type Method Description FMFileOwner
FMFile. getOwner()
Methods in com.biglybt.core.diskmanager.file with parameters of type FMFileOwner Modifier and Type Method Description FMFile
FMFileManager. createFile(FMFileOwner owner, java.io.File 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 FMFileOwner Modifier and Type Field Description private FMFileOwner
FMFileImpl. owner
private FMFileOwner
FMFilePadding. owner
Methods in com.biglybt.core.diskmanager.file.impl that return FMFileOwner Modifier and Type Method Description FMFileOwner
FMFileImpl. getOwner()
FMFileOwner
FMFilePadding. getOwner()
Methods in com.biglybt.core.diskmanager.file.impl with parameters of type FMFileOwner Modifier and Type Method Description FMFile
FMFileManagerImpl. createFile(FMFileOwner owner, java.io.File file, int type, boolean force)
Constructors in com.biglybt.core.diskmanager.file.impl with parameters of type FMFileOwner Constructor Description FMFileImpl(FMFileOwner _owner, FMFileManagerImpl _manager, java.io.File _file, int _type, boolean _force)
FMFileLimited(FMFileOwner owner, FMFileManagerImpl manager, java.io.File file, int type, boolean force)
FMFilePadding(FMFileOwner _owner, java.io.File _file, boolean _is_clone)
FMFileTestImpl(FMFileOwner _owner, FMFileManagerImpl _manager, java.io.File _file, int _type, boolean _force)
FMFileUnlimited(FMFileOwner owner, FMFileManagerImpl manager, java.io.File file, int type, boolean force)
-