Uses of Interface
com.biglybt.core.torrent.TOTorrentFileHashTree.HashesReceiver
Packages that use TOTorrentFileHashTree.HashesReceiver
Package
Description
-
Uses of TOTorrentFileHashTree.HashesReceiver in com.biglybt.core.peer.impl.control
Classes in com.biglybt.core.peer.impl.control that implement TOTorrentFileHashTree.HashesReceiverModifier and TypeClassDescriptionprivate static class -
Uses of TOTorrentFileHashTree.HashesReceiver in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrentFileHashTree.HashesReceiverMethods in com.biglybt.core.torrent with parameters of type TOTorrentFileHashTree.HashesReceiverModifier and TypeMethodDescriptionbooleanTOTorrentFileHashTree.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.HashesReceiver in com.biglybt.core.torrent.impl
Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrentFileHashTree.HashesReceiverModifier and TypeMethodDescriptionbooleanTOTorrentFileHashTreeImpl.requestHashes(TOTorrentFileHashTree.PieceTreeProvider piece_tree_provider, TOTorrentFileHashTree.HashesReceiver hashes_receiver, byte[] root_hash, int base_layer, int index, int length, int proof_layers) private booleanTOTorrentFileHashTreeImpl.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)