Uses of Interface
com.biglybt.core.torrent.TOTorrentCreator
Packages that use TOTorrentCreator
Package
Description
-
Uses of TOTorrentCreator in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrentCreatorModifier and TypeMethodDescriptionstatic TOTorrentCreator
TOTorrentFactory.createFromFileOrDirWithComputedPieceLength
(int torrent_version, File file, URL announce_url, boolean add_hashes) static TOTorrentCreator
TOTorrentFactory.createFromFileOrDirWithComputedPieceLength
(int torrent_version, File file, 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
(File file, URL announce_url) static TOTorrentCreator
TOTorrentFactory.createFromFileOrDirWithFixedPieceLength
(int torrent_version, File file, URL announce_url, boolean add_hashes, long piece_length) static TOTorrentCreator
TOTorrentFactory.createFromFileOrDirWithFixedPieceLength
(File file, URL announce_url) static TOTorrentCreator
TOTorrentFactory.createFromFileOrDirWithFixedPieceLength
(File file, URL announce_url, boolean add_hashes) static TOTorrentCreator
TOTorrentFactory.createFromFileOrDirWithFixedPieceLength
(File file, 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 -
Uses of TOTorrentCreator in com.biglybt.pifimpl.local.sharing
Fields in com.biglybt.pifimpl.local.sharing declared as TOTorrentCreatorMethods in com.biglybt.pifimpl.local.sharing with parameters of type TOTorrentCreatorModifier and TypeMethodDescriptionprotected 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