Uses of Class
com.biglybt.core.torrent.impl.TOTorrentFileImpl
-
Packages that use TOTorrentFileImpl Package Description com.biglybt.core.torrent.impl -
-
Uses of TOTorrentFileImpl in com.biglybt.core.torrent.impl
Fields in com.biglybt.core.torrent.impl declared as TOTorrentFileImpl Modifier and Type Field Description private TOTorrentFileImpl
TOTorrentFileHashTreeImpl. file
private TOTorrentFileImpl[]
TOTorrentImpl. files
Methods in com.biglybt.core.torrent.impl that return TOTorrentFileImpl Modifier and Type Method Description TOTorrentFileImpl[]
TOTorrentImpl. getFiles()
Methods in com.biglybt.core.torrent.impl with parameters of type TOTorrentFileImpl Modifier and Type Method Description protected void
TOTorrentImpl. setFiles(TOTorrentFileImpl[] _files)
Method parameters in com.biglybt.core.torrent.impl with type arguments of type TOTorrentFileImpl Modifier and Type Method Description 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)
private int
TOTorrentCreateImpl. processDir(TOTorrentFileHasher hasher, java.io.File dir, java.util.List<TOTorrentFileImpl> encoded, java.lang.String base_name, java.lang.String root, long[] torrent_offset)
Constructors in com.biglybt.core.torrent.impl with parameters of type TOTorrentFileImpl Constructor Description TOTorrentFileHashTreeImpl(TOTorrentFileImpl _file, byte[] _root_hash)
-