Uses of Interface
com.biglybt.core.torrent.TOTorrentFileHashTree
-
Packages that use TOTorrentFileHashTree Package Description com.biglybt.core.peer.impl.control com.biglybt.core.torrent com.biglybt.core.torrent.impl -
-
Uses of TOTorrentFileHashTree in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control with type parameters of type TOTorrentFileHashTree Modifier and Type Field Description private ByteArrayHashMap<TOTorrentFileHashTree>
PEPeerControlHashHandlerImpl. file_map
private java.util.Map<TOTorrentFileHashTree,PEPeerControlHashHandlerImpl.PeerHashRequest>
PEPeerControlHashHandlerImpl. incomplete_tree_reqs
private java.util.Set<TOTorrentFileHashTree>
PEPeerControlHashHandlerImpl. incomplete_trees
Methods in com.biglybt.core.peer.impl.control with parameters of type TOTorrentFileHashTree Modifier and Type Method Description void
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 TOTorrentFileHashTree Modifier and Type Method Description TOTorrentFileHashTree
TOTorrentFile. getHashTree()
V2 torrents only - also null for zero length filesMethods in com.biglybt.core.torrent with parameters of type TOTorrentFileHashTree Modifier and Type Method Description void
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 Modifier and Type Class Description class
TOTorrentFileHashTreeImpl
-