Class PieceInfoAlert

java.lang.Object
com.frostwire.jlibtorrent.alerts.AbstractAlert<com.frostwire.jlibtorrent.swig.piece_info_alert>
com.frostwire.jlibtorrent.alerts.TorrentAlert<com.frostwire.jlibtorrent.swig.piece_info_alert>
com.frostwire.jlibtorrent.alerts.PieceInfoAlert
All Implemented Interfaces:
Alert<com.frostwire.jlibtorrent.swig.piece_info_alert>

public final class PieceInfoAlert extends TorrentAlert<com.frostwire.jlibtorrent.swig.piece_info_alert>
posted when torrent_handle::post_download_queue() is called
  • Method Details

    • getPieceInfo

      public ArrayList<PartialPieceInfo> getPieceInfo()
      info about pieces being downloaded for the torrent.
    • getBlockData

      public ArrayList<BlockInfo> getBlockData()
      storage for block_info pointers in partial_piece_info objects.