Uses of Interface
com.biglybt.core.torrent.TOTorrentCreator
-
Packages that use TOTorrentCreator Package Description com.biglybt.core.torrent com.biglybt.core.torrent.impl com.biglybt.pifimpl.local.sharing com.biglybt.ui.swt.maketorrent -
-
Uses of TOTorrentCreator in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrentCreator Modifier and Type Method Description static TOTorrentCreator
TOTorrentFactory. createFromFileOrDirWithComputedPieceLength(int torrent_version, java.io.File file, java.net.URL announce_url, boolean add_hashes)
static TOTorrentCreator
TOTorrentFactory. createFromFileOrDirWithComputedPieceLength(int torrent_version, java.io.File file, java.net.URL announce_url, boolean add_hashes, long piece_min_size, long piece_max_size, long piece_num_lower, long piece_num_upper)
static TOTorrentCreator
TOTorrentFactory. createFromFileOrDirWithComputedPieceLength(java.io.File file, java.net.URL announce_url)
static TOTorrentCreator
TOTorrentFactory. createFromFileOrDirWithFixedPieceLength(int torrent_version, java.io.File file, java.net.URL announce_url, boolean add_hashes, long piece_length)
static TOTorrentCreator
TOTorrentFactory. createFromFileOrDirWithFixedPieceLength(java.io.File file, java.net.URL announce_url)
static TOTorrentCreator
TOTorrentFactory. createFromFileOrDirWithFixedPieceLength(java.io.File file, java.net.URL announce_url, boolean add_hashes)
static TOTorrentCreator
TOTorrentFactory. createFromFileOrDirWithFixedPieceLength(java.io.File file, java.net.URL announce_url, long piece_length)
-
Uses of TOTorrentCreator in com.biglybt.core.torrent.impl
Classes in com.biglybt.core.torrent.impl that implement TOTorrentCreator Modifier and Type Class Description class
TOTorrentCreatorImpl
-
Uses of TOTorrentCreator in com.biglybt.pifimpl.local.sharing
Fields in com.biglybt.pifimpl.local.sharing declared as TOTorrentCreator Modifier and Type Field Description protected TOTorrentCreator
ShareManagerImpl. to_creator
Methods in com.biglybt.pifimpl.local.sharing with parameters of type TOTorrentCreator Modifier and Type Method Description protected void
ShareManagerImpl. setTorrentCreator(TOTorrentCreator _to_creator)
-
Uses of TOTorrentCreator in com.biglybt.ui.swt.maketorrent
Fields in com.biglybt.ui.swt.maketorrent declared as TOTorrentCreator Modifier and Type Field Description (package private) TOTorrentCreator
NewTorrentWizard. creator
-