* @throws IOException
* If an I/O error occurs whilst creating or hooking up with the
* files associated with the torrent
*/
Torrent(TorrentFile torrent, Properties properties) throws IOException {
manager = new TorrentManager(torrent, properties);
infoHash = torrent.getInfoHash();
}