Uses of Class
com.biglybt.pifimpl.local.download.DownloadStubImpl
-
Packages that use DownloadStubImpl Package Description com.biglybt.pifimpl.local.download -
-
Uses of DownloadStubImpl in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as DownloadStubImpl Modifier and Type Field Description private DownloadStubImpl
DownloadStubImpl.DownloadStubFileImpl. stub
Fields in com.biglybt.pifimpl.local.download with type parameters of type DownloadStubImpl Modifier and Type Field Description private ByteArrayHashMap<DownloadStubImpl>
DownloadManagerImpl. download_stub_map
private java.util.List<DownloadStubImpl>
DownloadManagerImpl. download_stubs
Methods in com.biglybt.pifimpl.local.download with parameters of type DownloadStubImpl Modifier and Type Method Description protected Download
DownloadManagerImpl. destubbify(DownloadStubImpl stub)
protected TOTorrent
DownloadManagerImpl. getTorrent(DownloadStubImpl stub)
protected void
DownloadManagerImpl. remove(DownloadStubImpl stub)
protected void
DownloadManagerImpl. updated(DownloadStubImpl stub)
Constructors in com.biglybt.pifimpl.local.download with parameters of type DownloadStubImpl Constructor Description DownloadStubFileImpl(DownloadStubImpl _stub, DownloadStub.DownloadStubFile stub_file)
DownloadStubFileImpl(DownloadStubImpl _stub, java.util.Map map)
-