Uses of Interface
com.biglybt.core.download.DownloadManagerStats
-
Packages that use DownloadManagerStats Package Description com.biglybt.core.download com.biglybt.core.download.impl com.biglybt.core.util com.biglybt.pifimpl.local.download -
-
Uses of DownloadManagerStats in com.biglybt.core.download
Methods in com.biglybt.core.download that return DownloadManagerStats Modifier and Type Method Description DownloadManagerStats
DownloadManager. getStats()
-
Uses of DownloadManagerStats in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement DownloadManagerStats Modifier and Type Class Description class
DownloadManagerStatsImpl
Methods in com.biglybt.core.download.impl that return DownloadManagerStats Modifier and Type Method Description DownloadManagerStats
DownloadManagerImpl. getStats()
-
Uses of DownloadManagerStats in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type DownloadManagerStats Modifier and Type Method Description static java.lang.String
DisplayFormatters. formatDownloaded(DownloadManagerStats stats)
-
Uses of DownloadManagerStats in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as DownloadManagerStats Modifier and Type Field Description protected DownloadManagerStats
DownloadStatsImpl. dm_stats
-