Uses of Interface
com.biglybt.core.torrent.TOTorrentFileHashTree.PieceTreeProvider
-
Packages that use TOTorrentFileHashTree.PieceTreeProvider Package Description com.biglybt.core.peer.impl.control com.biglybt.core.torrent com.biglybt.core.torrent.impl -
-
Uses of TOTorrentFileHashTree.PieceTreeProvider in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement TOTorrentFileHashTree.PieceTreeProvider Modifier and Type Class Description class
PEPeerControlHashHandlerImpl
-
Uses of TOTorrentFileHashTree.PieceTreeProvider in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent with parameters of type TOTorrentFileHashTree.PieceTreeProvider Modifier and Type Method Description boolean
TOTorrentFileHashTree. requestHashes(TOTorrentFileHashTree.PieceTreeProvider piece_tree_provider, TOTorrentFileHashTree.HashesReceiver hashes_receiver, byte[] root_hash, int base_layer, int index, int length, int proof_layers)
-
Uses of TOTorrentFileHashTree.PieceTreeProvider in com.biglybt.core.torrent.impl
Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrentFileHashTree.PieceTreeProvider Modifier and Type Method Description boolean
TOTorrentFileHashTreeImpl. requestHashes(TOTorrentFileHashTree.PieceTreeProvider piece_tree_provider, TOTorrentFileHashTree.HashesReceiver hashes_receiver, byte[] root_hash, int base_layer, int index, int length, int proof_layers)
private boolean
TOTorrentFileHashTreeImpl. requestHashesSupport(TOTorrentFileHashTree.PieceTreeProvider piece_tree_provider, TOTorrentFileHashTree.HashesReceiver hashes_receiver, byte[] root_hash, int base_layer, int index, int length, int proof_layers, byte[][] loaded_piece_tree)
-