Uses of Class
com.biglybt.core.diskmanager.file.impl.FMFileImpl
-
Packages that use FMFileImpl Package Description com.biglybt.core.diskmanager.file.impl -
-
Uses of FMFileImpl in com.biglybt.core.diskmanager.file.impl
Subclasses of FMFileImpl in com.biglybt.core.diskmanager.file.impl Modifier and Type Class Description class
FMFileLimited
class
FMFileTestImpl
class
FMFileUnlimited
Fields in com.biglybt.core.diskmanager.file.impl declared as FMFileImpl Modifier and Type Field Description private FMFileImpl
FMFileAccessController. owner
private FMFileImpl
FMFileAccessLinear. owner
Methods in com.biglybt.core.diskmanager.file.impl that return FMFileImpl Modifier and Type Method Description FMFileImpl
FMFileAccess. getFile()
FMFileImpl
FMFileAccessCompact. getFile()
FMFileImpl
FMFileAccessController. getFile()
FMFileImpl
FMFileAccessLinear. getFile()
FMFileImpl
FMFileAccessPieceReorderer. getFile()
Constructors in com.biglybt.core.diskmanager.file.impl with parameters of type FMFileImpl Constructor Description FMFileAccessController(FMFileImpl _file, int _target_type, boolean _force)
FMFileAccessLinear(FMFileImpl _owner)
FMFileImpl(FMFileImpl basis)
-