Uses of Class
com.biglybt.core.torrent.impl.TOTorrentImpl
Packages that use TOTorrentImpl
-
Uses of TOTorrentImpl in com.biglybt.core.torrent.impl
Subclasses of TOTorrentImpl in com.biglybt.core.torrent.implFields in com.biglybt.core.torrent.impl declared as TOTorrentImplModifier and TypeFieldDescriptionprivate final TOTorrentImpl
TOTorrentAnnounceURLGroupImpl.torrent
private final TOTorrentImpl
TOTorrentFileImpl.torrent
protected final TOTorrentImpl
TOTorrentXMLSerialiser.torrent
Methods in com.biglybt.core.torrent.impl that return TOTorrentImplMethods in com.biglybt.core.torrent.impl with parameters of type TOTorrentImplModifier and TypeMethodDescriptionprotected void
TOTorrentXMLDeserialiser.decodeInfo
(SimpleXMLParserDocumentNode doc, TOTorrentImpl torrent) protected static void
TOTorrentCreateV2Impl.lashUpV1Info
(TOTorrentImpl torrent) private static void
TOTorrentCreateV2Impl.lashUpV2Files
(TOTorrentImpl torrent, List<TOTorrentFileImpl> files, LinkedList<byte[]> path, Map<String, Object> node, long piece_length, long[] torrent_offset, long[] pad_details) protected static void
TOTorrentCreateV2Impl.setV2FileHashes
(TOTorrentImpl torrent) Constructors in com.biglybt.core.torrent.impl with parameters of type TOTorrentImplModifierConstructorDescriptionprotected
TOTorrentAnnounceURLGroupImpl
(TOTorrentImpl _torrent) protected
TOTorrentFileImpl
(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, byte[][] _path_components) protected
TOTorrentFileImpl
(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, byte[][] _path_components, byte[][] _path_components_utf8) protected
TOTorrentFileImpl
(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, byte[][] _path_components, byte[][] _path_components_utf8, byte[] _v2_root_hash) protected
TOTorrentFileImpl
(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, String _path) protected
TOTorrentXMLSerialiser
(TOTorrentImpl _torrent)