Uses of Interface
com.biglybt.pif.torrent.TorrentCreator
-
Packages that use TorrentCreator Package Description com.biglybt.pif.torrent com.biglybt.pifimpl.local.torrent com.biglybt.pifimpl.remote.torrent -
-
Uses of TorrentCreator in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent that return TorrentCreator Modifier and Type Method Description TorrentCreator
TorrentManager. createFromDataFileEx(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
-
Uses of TorrentCreator in com.biglybt.pifimpl.local.torrent
Methods in com.biglybt.pifimpl.local.torrent that return TorrentCreator Modifier and Type Method Description TorrentCreator
TorrentManagerImpl. createFromDataFileEx(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
-
Uses of TorrentCreator in com.biglybt.pifimpl.remote.torrent
Methods in com.biglybt.pifimpl.remote.torrent that return TorrentCreator Modifier and Type Method Description TorrentCreator
RPTorrentManager. createFromDataFileEx(java.io.File data, java.net.URL announce_url, boolean include_other_hashes)
-