11121314151617
protected final Torrent torrent; protected final BitField bitSet; public AbstractTorrentPiecesContainer(Torrent torrent) { this.torrent = torrent; this.bitSet = new BitField(torrent.getPieces().size()); }