Uses of Interface
com.biglybt.core.disk.DiskManagerFileInfoSet
-
-
Uses of DiskManagerFileInfoSet in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return DiskManagerFileInfoSet Modifier and Type Method Description static DiskManagerFileInfoSet
DiskManagerFactory. getFileInfoSkeleton(DownloadManager download_manager, DiskManagerListener listener)
DiskManagerFileInfoSet
DiskManager. getFileSet()
-
Uses of DiskManagerFileInfoSet in com.biglybt.core.disk.impl
Classes in com.biglybt.core.disk.impl that implement DiskManagerFileInfoSet Modifier and Type Class Description class
DiskManagerFileInfoSetImpl
Fields in com.biglybt.core.disk.impl declared as DiskManagerFileInfoSet Modifier and Type Field Description private DiskManagerFileInfoSet
DiskManagerImpl. fileset
Methods in com.biglybt.core.disk.impl that return DiskManagerFileInfoSet Modifier and Type Method Description static DiskManagerFileInfoSet
DiskManagerUtil. getFileInfoSkeleton(DownloadManager download_manager, DiskManagerListener listener)
DiskManagerFileInfoSet
DiskManagerImpl. getFileSet()
Methods in com.biglybt.core.disk.impl with parameters of type DiskManagerFileInfoSet Modifier and Type Method Description static void
DiskManagerUtil. doFileExistenceChecksAfterSkipChange(DiskManagerFileInfoSet fileSet, boolean[] toCheck, boolean isSkipped, DownloadManager dm)
(package private) static void
DiskManagerUtil. loadFilePriorities(DownloadManager download_manager, DiskManagerFileInfoSet fileSet)
-
Uses of DiskManagerFileInfoSet in com.biglybt.core.disk.impl.resume
Methods in com.biglybt.core.disk.impl.resume with parameters of type DiskManagerFileInfoSet Modifier and Type Method Description static boolean
RDResumeHandler. fileMustExist(DownloadManager download_manager, DiskManagerFileInfoSet fileSet, DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfoSet in com.biglybt.core.download
Methods in com.biglybt.core.download that return DiskManagerFileInfoSet Modifier and Type Method Description DiskManagerFileInfoSet
DownloadManager. getDiskManagerFileInfoSet()
-
Uses of DiskManagerFileInfoSet in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement DiskManagerFileInfoSet Modifier and Type Class Description protected class
DownloadManagerController.FileInfoFacadeSet
Fields in com.biglybt.core.download.impl declared as DiskManagerFileInfoSet Modifier and Type Field Description (package private) DiskManagerFileInfoSet
DownloadManagerController.FileInfoFacadeSet. delegate
Methods in com.biglybt.core.download.impl that return DiskManagerFileInfoSet Modifier and Type Method Description DiskManagerFileInfoSet
DownloadManagerController. getDiskManagerFileInfoSet()
DiskManagerFileInfoSet
DownloadManagerImpl. getDiskManagerFileInfoSet()
-
Uses of DiskManagerFileInfoSet in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DiskManagerFileInfoSet Modifier and Type Method Description DiskManagerFileInfoSet
LWSDiskManager. getFileSet()
-