FileDocCategorySizeDatePackage
TorrentDownloader.javaAPI DocAzureus 3.0.3.41480Tue Jul 27 15:05:26 BST 2004org.gudy.azureus2.plugins.torrent

TorrentDownloader

public interface TorrentDownloader
author
parg

Fields Summary
Constructors Summary
Methods Summary
public Torrentdownload()
Downloads and prompts the user/guesses the torrent encoding

return
throws
TorrentException

public Torrentdownload(java.lang.String encoding)
Downloads and tries to use the supplied encoding. If the supplied encoding isn't valed then a TorrentEncodingException is thrown detailing the valid ones

param
encoding use "System" for system encoding
return
throws
TorrentException