pi = _pi;
Download dl = ((DownloadManagerImpl)pi.getDownloadManager()).getDownload( hash ); if ( dl == null ){ throw( new DownloadException("Torrent not found" )); } return( dl );
return( getDownload(hash).getStats());
getDownload(hash).remove();
getDownload(hash).restart();
getDownload(hash).stop();