Uses of Interface
com.biglybt.core.util.TorrentUtils.ExtendedTorrent
Packages that use TorrentUtils.ExtendedTorrent
-
Uses of TorrentUtils.ExtendedTorrent in com.biglybt.core.download.impl
Classes in com.biglybt.core.download.impl that implement TorrentUtils.ExtendedTorrentModifier and TypeClassDescriptionprotected static class
Fields in com.biglybt.core.download.impl declared as TorrentUtils.ExtendedTorrentModifier and TypeFieldDescription(package private) TorrentUtils.ExtendedTorrent
DownloadManagerStateImpl.CachedStateWrapper.delegate
private final TorrentUtils.ExtendedTorrent
DownloadManagerStateImpl.torrent
Methods in com.biglybt.core.download.impl that return TorrentUtils.ExtendedTorrentModifier and TypeMethodDescriptionprotected TorrentUtils.ExtendedTorrent
DownloadManagerStateImpl.CachedStateWrapper.loadRealState()
Methods in com.biglybt.core.download.impl with parameters of type TorrentUtils.ExtendedTorrentModifier and TypeMethodDescriptionprivate 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.ExtendedTorrentModifierConstructorDescriptionprotected
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.ExtendedTorrentMethods in com.biglybt.core.util that return TorrentUtils.ExtendedTorrentModifier and TypeMethodDescriptionstatic TorrentUtils.ExtendedTorrent
TorrentUtils.readDelegateFromFile
(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)