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 TOTorrentImplTOTorrentAnnounceURLGroupImpl.torrentprivate final TOTorrentImplTOTorrentFileImpl.torrentprotected final TOTorrentImplTOTorrentXMLSerialiser.torrentMethods in com.biglybt.core.torrent.impl that return TOTorrentImplMethods in com.biglybt.core.torrent.impl with parameters of type TOTorrentImplModifier and TypeMethodDescriptionprotected voidTOTorrentXMLDeserialiser.decodeInfo(SimpleXMLParserDocumentNode doc, TOTorrentImpl torrent) protected static voidTOTorrentCreateV2Impl.lashUpV1Info(TOTorrentImpl torrent) private static voidTOTorrentCreateV2Impl.lashUpV2Files(TOTorrentImpl torrent, List<TOTorrentFileImpl> files, LinkedList<byte[]> path, Map<String, Object> node, long piece_length, long[] torrent_offset, long[] pad_details) protected static voidTOTorrentCreateV2Impl.setV2FileHashes(TOTorrentImpl torrent) Constructors in com.biglybt.core.torrent.impl with parameters of type TOTorrentImplModifierConstructorDescriptionprotectedTOTorrentAnnounceURLGroupImpl(TOTorrentImpl _torrent) protectedTOTorrentFileImpl(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, byte[][] _path_components) protectedTOTorrentFileImpl(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, byte[][] _path_components, byte[][] _path_components_utf8) protectedTOTorrentFileImpl(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, byte[][] _path_components, byte[][] _path_components_utf8, byte[] _v2_root_hash) protectedTOTorrentFileImpl(TOTorrentImpl _torrent, int _index, long _torrent_offset, long _len, String _path) protectedTOTorrentXMLSerialiser(TOTorrentImpl _torrent)