Uses of Class
com.biglybt.core.diskmanager.file.impl.FMFileManagerImpl
-
Packages that use FMFileManagerImpl Package Description com.biglybt.core.diskmanager.file.impl -
-
Uses of FMFileManagerImpl in com.biglybt.core.diskmanager.file.impl
Fields in com.biglybt.core.diskmanager.file.impl declared as FMFileManagerImpl Modifier and Type Field Description private FMFileManagerImpl
FMFileImpl. manager
protected static FMFileManagerImpl
FMFileManagerImpl. singleton
Methods in com.biglybt.core.diskmanager.file.impl that return FMFileManagerImpl Modifier and Type Method Description protected FMFileManagerImpl
FMFileImpl. getManager()
Constructors in com.biglybt.core.diskmanager.file.impl with parameters of type FMFileManagerImpl 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)
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)
-