Uses of Class
com.biglybt.pif.torrent.TorrentException
Packages that use TorrentException
Package
Description
-
Uses of TorrentException in com.biglybt.pif.torrent
Subclasses of TorrentException in com.biglybt.pif.torrentMethods in com.biglybt.pif.torrent with parameters of type TorrentExceptionMethods in com.biglybt.pif.torrent that throw TorrentExceptionModifier and TypeMethodDescriptionTorrentManager.createFromBEncodedData
(byte[] data) decodes a torrent encoded using the normal "bencoding" rules from a byte arrayTorrentManager.createFromBEncodedData
(byte[] data, int preserve) decodes a torrent encoded using the normal "bencoding" rules from a byte arrayTorrentManager.createFromBEncodedFile
(File file) decodes a torrent encoded using the normal "bencoding" rules from a fileTorrentManager.createFromBEncodedFile
(File file, boolean for_seeding) decodes a torrent encoded using the normal "bencoding" rules from a file but discards the piece hashes to save memory.TorrentManager.createFromBEncodedFile
(File file, int preserve) decodes a torrent encoded using the normal "bencoding" rules from a fileTorrentManager.createFromBEncodedInputStream
(InputStream data) decodes a torrent encoded using the normal "bencoding" rules from an InputStreamTorrentManager.createFromBEncodedInputStream
(InputStream data, int preserve) decodes a torrent encoded using the normal "bencoding" rules from an InputStreamTorrentManager.createFromDataFile
(File data, URL announce_url) creates a new torrent from an input fileTorrentManager.createFromDataFile
(File data, URL announce_url, boolean include_other_hashes) TorrentManager.createFromDataFileEx
(File data, URL announce_url, boolean include_other_hashes) TorrentDownloader.download()
Downloads and prompts the user/guesses the torrent encodingDownloads and tries to use the supplied encoding.Torrent.getClone()
Torrent.getMagnetURI()
Gets the magnet URI for the torrent - throws exception if not availableTorrentDownloader.getRequestProperty
(String key) TorrentManager.getURLDownloader
(URL url) TorrentManager.getURLDownloader
(URL url, String user_name, String password) void
Torrent.save()
Saves the torrent to its persistent locationvoid
Torrent.setComplete
(File data_dir) sets the torrent complete - i.e.void
TorrentDownloader.setRequestProperty
(String key, Object value) byte[]
Torrent.writeToBEncodedData()
void
Torrent.writeToFile
(File file) Torrent.writeToMap()
-
Uses of TorrentException in com.biglybt.pifimpl.local.torrent
Methods in com.biglybt.pifimpl.local.torrent that throw TorrentExceptionModifier and TypeMethodDescriptionTorrentManagerImpl.createFromBEncodedData
(byte[] data) TorrentManagerImpl.createFromBEncodedData
(byte[] data, int preserve) TorrentManagerImpl.createFromBEncodedFile
(File file) TorrentManagerImpl.createFromBEncodedFile
(File file, boolean for_seeding) TorrentManagerImpl.createFromBEncodedFile
(File file, int preserve) TorrentManagerImpl.createFromBEncodedInputStream
(InputStream data) TorrentManagerImpl.createFromBEncodedInputStream
(InputStream data, int preserve) TorrentManagerImpl.createFromDataFile
(File data, URL announce_url) TorrentManagerImpl.createFromDataFile
(File data, URL announce_url, boolean include_other_hashes) TorrentManagerImpl.createFromDataFileEx
(File data, URL announce_url, boolean include_other_hashes) TorrentDownloaderImpl.download()
private Torrent
TorrentDownloaderImpl.downloadSupport
(ResourceDownloader downloader) TorrentImpl.getClone()
TorrentImpl.getMagnetURI()
TorrentDownloaderImpl.getRequestProperty
(String key) TorrentManagerImpl.getURLDownloader
(URL url) TorrentManagerImpl.getURLDownloader
(URL url, String user_name, String password) void
TorrentImpl.save()
void
TorrentImpl.setComplete
(File data_dir) void
TorrentDownloaderImpl.setRequestProperty
(String key, Object value) protected void
TorrentManagerImpl.tryToSetDefaultTorrentEncoding
(TOTorrent torrent) byte[]
TorrentImpl.writeToBEncodedData()
void
TorrentImpl.writeToFile
(File file) TorrentImpl.writeToMap()
-
Uses of TorrentException in com.biglybt.pifimpl.remote.torrent
Methods in com.biglybt.pifimpl.remote.torrent that throw TorrentExceptionModifier and TypeMethodDescriptionRPTorrentManager.createFromBEncodedData
(byte[] data) RPTorrentManager.createFromBEncodedData
(byte[] data, int preserve) RPTorrentManager.createFromBEncodedFile
(File file) RPTorrentManager.createFromBEncodedFile
(File file, boolean for_seeding) RPTorrentManager.createFromBEncodedFile
(File file, int preserve) RPTorrentManager.createFromBEncodedInputStream
(InputStream data) RPTorrentManager.createFromBEncodedInputStream
(InputStream data, int preserve) RPTorrentManager.createFromDataFile
(File data, URL announce_url) RPTorrentManager.createFromDataFile
(File data, URL announce_url, boolean include_other_hashes) RPTorrentManager.createFromDataFileEx
(File data, URL announce_url, boolean include_other_hashes) RPTorrentDownloader.download()
RPTorrent.getClone()
RPTorrentDownloader.getRequestProperty
(String key) RPTorrentManager.getURLDownloader
(URL url) RPTorrentManager.getURLDownloader
(URL url, String user_name, String password) void
RPTorrent.save()
void
RPTorrent.setComplete
(File data_dir) void
RPTorrentDownloader.setRequestProperty
(String key, Object value) byte[]
RPTorrent.writeToBEncodedData()
void
RPTorrent.writeToFile
(File file) RPTorrent.writeToMap()