Uses of Class
com.biglybt.core.torrent.impl.TOTorrentImpl
-
Packages that use TOTorrentImpl Package Description com.biglybt.core.torrent.impl -
-
Uses of TOTorrentImpl in com.biglybt.core.torrent.impl
Subclasses of TOTorrentImpl in com.biglybt.core.torrent.impl Modifier and Type Class Description class
TOTorrentCreateImpl
class
TOTorrentDeserialiseImpl
Fields in com.biglybt.core.torrent.impl declared as TOTorrentImpl Modifier and Type Field Description private TOTorrentImpl
TOTorrentAnnounceURLGroupImpl. torrent
private TOTorrentImpl
TOTorrentAnnounceURLSetImpl. torrent
private TOTorrentImpl
TOTorrentFileImpl. torrent
protected TOTorrentImpl
TOTorrentXMLSerialiser. torrent
Methods in com.biglybt.core.torrent.impl that return TOTorrentImpl Modifier and Type Method Description TOTorrentImpl
TOTorrentFileImpl. getTorrent()
Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrentImpl Modifier and Type Method Description protected void
TOTorrentXMLDeserialiser. decodeInfo(SimpleXMLParserDocumentNode doc, TOTorrentImpl torrent)
protected static void
TOTorrentCreateV2Impl. lashUpV1Info(TOTorrentImpl torrent)
private static void
TOTorrentCreateV2Impl. lashUpV2Files(TOTorrentImpl torrent, java.util.List<TOTorrentFileImpl> files, java.util.LinkedList<byte[]> path, java.util.Map<java.lang.String,java.lang.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 TOTorrentImpl Constructor Description TOTorrentAnnounceURLGroupImpl(TOTorrentImpl _torrent)
TOTorrentAnnounceURLSetImpl(TOTorrentImpl _torrent, java.net.URL[] _urls)
TOTorrentFileImpl(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, byte[][] _path_components)
TOTorrentFileImpl(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, byte[][] _path_components, byte[][] _path_components_utf8)
TOTorrentFileImpl(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, byte[][] _path_components, byte[][] _path_components_utf8, byte[] _v2_root_hash)
TOTorrentFileImpl(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, java.lang.String _path)
TOTorrentXMLSerialiser(TOTorrentImpl _torrent)
-