Uses of Class
org.eclipse.ecf.protocol.bittorrent.TorrentFile

Packages that use TorrentFile
org.eclipse.ecf.protocol.bittorrent Provides an API to allow files to be exchanged through the BitTorrent protocol. 
 

Uses of TorrentFile in org.eclipse.ecf.protocol.bittorrent
 

Methods in org.eclipse.ecf.protocol.bittorrent that return TorrentFile
 TorrentFile Torrent.getTorrentFile()
          Retrieves the torrent file that was used to create this torrent.
 

Methods in org.eclipse.ecf.protocol.bittorrent with parameters of type TorrentFile
static Torrent TorrentFactory.createTorrent(TorrentFile file)
          Creates a Torrent from the provided TorrentFile.