Uses of Class
com.biglybt.core.util.LinkFileMap
Packages that use LinkFileMap
Package
Description
-
Uses of LinkFileMap in com.biglybt.core.disk
Methods in com.biglybt.core.disk with parameters of type LinkFileMapModifier and TypeMethodDescriptionstatic void
DiskManagerFactory.setFileLinks
(DownloadManager download_manager, LinkFileMap links) -
Uses of LinkFileMap in com.biglybt.core.disk.impl
Methods in com.biglybt.core.disk.impl with parameters of type LinkFileMapModifier and TypeMethodDescriptionstatic void
DiskManagerImpl.setFileLinks
(DownloadManager download_manager, LinkFileMap links) -
Uses of LinkFileMap in com.biglybt.core.diskmanager.cache
Methods in com.biglybt.core.diskmanager.cache with parameters of type LinkFileMapModifier and TypeMethodDescriptionvoid
CacheFileManager.setFileLinks
(TOTorrent torrent, LinkFileMap links) -
Uses of LinkFileMap in com.biglybt.core.diskmanager.cache.impl
Methods in com.biglybt.core.diskmanager.cache.impl with parameters of type LinkFileMapModifier and TypeMethodDescriptionvoid
CacheFileManagerImpl.setFileLinks
(TOTorrent torrent, LinkFileMap links) -
Uses of LinkFileMap in com.biglybt.core.diskmanager.file
Methods in com.biglybt.core.diskmanager.file with parameters of type LinkFileMapModifier and TypeMethodDescriptionvoid
FMFileManager.setFileLinks
(TOTorrent torrent, LinkFileMap links) -
Uses of LinkFileMap in com.biglybt.core.diskmanager.file.impl
Fields in com.biglybt.core.diskmanager.file.impl with type parameters of type LinkFileMapModifier and TypeFieldDescriptionprotected final HashMap<Object,
LinkFileMap> FMFileManagerImpl.links
Methods in com.biglybt.core.diskmanager.file.impl that return LinkFileMapModifier and TypeMethodDescriptionprotected LinkFileMap
FMFileManagerImpl.getLinksEntry
(TOTorrent torrent) Methods in com.biglybt.core.diskmanager.file.impl with parameters of type LinkFileMapModifier and TypeMethodDescriptionvoid
FMFileManagerImpl.setFileLinks
(TOTorrent torrent, LinkFileMap new_links) -
Uses of LinkFileMap in com.biglybt.core.download
Methods in com.biglybt.core.download that return LinkFileMapModifier and TypeMethodDescriptionDownloadManagerState.getFileLinks()
returns a File -> File map of the defined links (empty if no links) -
Uses of LinkFileMap in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl with type parameters of type LinkFileMapModifier and TypeFieldDescriptionprivate WeakReference<LinkFileMap>
DownloadManagerStateImpl.file_link_cache
Methods in com.biglybt.core.download.impl that return LinkFileMapModifier and TypeMethodDescriptionDownloadManagerStateImpl.getFileLinks()
DownloadManagerStateImpl.nullState.getFileLinks()
private LinkFileMap
DownloadManagerStateImpl.getFileLinksSupport()
-
Uses of LinkFileMap in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return LinkFileMap