Uses of Interface
com.biglybt.core.torrent.TOTorrentFileHashTree
Packages that use TOTorrentFileHashTree
Package
Description
-
Uses of TOTorrentFileHashTree in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control with type parameters of type TOTorrentFileHashTreeModifier and TypeFieldDescriptionprivate final ByteArrayHashMap<TOTorrentFileHashTree>
PEPeerControlHashHandlerImpl.file_map
private final Map<TOTorrentFileHashTree,
PEPeerControlHashHandlerImpl.PeerHashRequest> PEPeerControlHashHandlerImpl.incomplete_tree_reqs
private final Set<TOTorrentFileHashTree>
PEPeerControlHashHandlerImpl.incomplete_trees
Methods in com.biglybt.core.peer.impl.control with parameters of type TOTorrentFileHashTreeModifier and TypeMethodDescriptionvoid
PEPeerControlHashHandlerImpl.getPieceTree
(TOTorrentFileHashTree.PieceTreeReceiver receiver, TOTorrentFileHashTree tree, int piece_offset) -
Uses of TOTorrentFileHashTree in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrentFileHashTreeModifier and TypeMethodDescriptionTOTorrentFile.getHashTree()
V2 torrents only - also null for zero length filesMethods in com.biglybt.core.torrent with parameters of type TOTorrentFileHashTreeModifier and TypeMethodDescriptionvoid
TOTorrentFileHashTree.PieceTreeProvider.getPieceTree
(TOTorrentFileHashTree.PieceTreeReceiver receiver, TOTorrentFileHashTree tree, int piece_index) -
Uses of TOTorrentFileHashTree in com.biglybt.core.torrent.impl
Classes in com.biglybt.core.torrent.impl that implement TOTorrentFileHashTree