Uses of Interface
com.biglybt.core.util.TorrentUtils.ExtendedTorrent
-
Packages that use TorrentUtils.ExtendedTorrent Package Description com.biglybt.core.download.impl com.biglybt.core.util -
-
Uses of TorrentUtils.ExtendedTorrent in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement TorrentUtils.ExtendedTorrent Modifier and Type Class Description protected static class
DownloadManagerStateImpl.CachedStateWrapper
Fields in com.biglybt.core.download.impl declared as TorrentUtils.ExtendedTorrent Modifier and Type Field Description (package private) TorrentUtils.ExtendedTorrent
DownloadManagerStateImpl.CachedStateWrapper. delegate
private TorrentUtils.ExtendedTorrent
DownloadManagerStateImpl. torrent
Methods in com.biglybt.core.download.impl that return TorrentUtils.ExtendedTorrent Modifier and Type Method Description protected TorrentUtils.ExtendedTorrent
DownloadManagerStateImpl.CachedStateWrapper. loadRealState()
Methods in com.biglybt.core.download.impl with parameters of type TorrentUtils.ExtendedTorrent Modifier and Type Method Description private static DownloadManagerStateImpl
DownloadManagerStateImpl. getDownloadState(DownloadManagerImpl download_manager, TOTorrent original_torrent, TorrentUtils.ExtendedTorrent target_torrent)
Constructors in com.biglybt.core.download.impl with parameters of type TorrentUtils.ExtendedTorrent Constructor Description DownloadManagerStateImpl(DownloadManagerImpl _download_manager, TorrentUtils.ExtendedTorrent _torrent)
-
Uses of TorrentUtils.ExtendedTorrent in com.biglybt.core.util
Classes in com.biglybt.core.util that implement TorrentUtils.ExtendedTorrent Modifier and Type Class Description static class
TorrentUtils.torrentDelegate
Methods in com.biglybt.core.util that return TorrentUtils.ExtendedTorrent Modifier and Type Method Description static TorrentUtils.ExtendedTorrent
TorrentUtils. readDelegateFromFile(java.io.File file, boolean force_initial_discard)
If you set "create_delegate" to true then you must understand that this results is piece hashes being discarded and then re-read from the torrent file if needed Therefore, if you delete the original torrent file you're going to get errors if you access the pieces after this (and they've been discarded)
-