Uses of Interface
com.biglybt.core.torrent.TOTorrentFile
-
-
Uses of TOTorrentFile in com.biglybt.core.disk
Methods in com.biglybt.core.disk that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
DiskManagerFileInfo. getTorrentFile()
-
Uses of TOTorrentFile in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as TOTorrentFile Modifier and Type Field Description (package private) TOTorrentFile
DiskManagerFileInfoImpl. torrent_file
Methods in com.biglybt.core.disk.impl that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
DiskManagerFileInfoImpl. getCacheFileTorrentFile()
TOTorrentFile
DiskManagerFileInfoImpl. getTorrentFile()
Constructors in com.biglybt.core.disk.impl with parameters of type TOTorrentFile Constructor Description DiskManagerFileInfoImpl(DiskManagerHelper _disk_manager, java.io.File _root_dir, java.lang.String _relative_file, int _file_index, TOTorrentFile _torrent_file, int _storage_type)
-
Uses of TOTorrentFile in com.biglybt.core.disk.impl.piecemapper
Methods in com.biglybt.core.disk.impl.piecemapper that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
DMPieceMapperFile. getTorrentFile()
-
Uses of TOTorrentFile in com.biglybt.core.disk.impl.piecemapper.impl
Fields in com.biglybt.core.disk.impl.piecemapper.impl declared as TOTorrentFile Modifier and Type Field Description private TOTorrentFile
PieceMapperImpl.fileInfo. torrent_file
Methods in com.biglybt.core.disk.impl.piecemapper.impl that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
PieceMapperImpl.fileInfo. getTorrentFile()
Methods in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type TOTorrentFile Modifier and Type Method Description private void
PieceMapperImpl. buildFileLookupTable(TOTorrentFile torrent_file, LocaleUtilDecoder locale_decoder, char separator)
Builds the path stored in fileDictionay, saving it in btFileListprivate void
PieceMapperImpl. buildFileLookupTables(TOTorrentFile[] torrent_files, LocaleUtilDecoder locale_decoder)
private void
PieceMapperImpl. buildFileLookupTables(TOTorrentFile torrent_file, java.lang.String fileName)
Constructors in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type TOTorrentFile Constructor Description fileInfo(TOTorrentFile _torrent_file, java.lang.String _relative_path, java.lang.String _name)
-
Uses of TOTorrentFile in com.biglybt.core.diskmanager.cache
Methods in com.biglybt.core.diskmanager.cache that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
CacheFileOwner. getCacheFileTorrentFile()
TOTorrentFile
CacheFile. getTorrentFile()
-
Uses of TOTorrentFile in com.biglybt.core.diskmanager.cache.impl
Fields in com.biglybt.core.diskmanager.cache.impl declared as TOTorrentFile Modifier and Type Field Description protected TOTorrentFile
CacheFileWithCache. torrent_file
protected TOTorrentFile
CacheFileWithoutCache. torrent_file
private TOTorrentFile
CacheFileWithoutCacheMT. torrent_file
Methods in com.biglybt.core.diskmanager.cache.impl that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
CacheFileWithCache. getTorrentFile()
TOTorrentFile
CacheFileWithoutCache. getTorrentFile()
TOTorrentFile
CacheFileWithoutCacheMT. getTorrentFile()
Constructors in com.biglybt.core.diskmanager.cache.impl with parameters of type TOTorrentFile Constructor Description CacheFileWithCache(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file)
CacheFileWithoutCache(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file)
CacheFileWithoutCacheMT(CacheFileManagerImpl _manager, FMFile _file, TOTorrentFile _torrent_file)
-
Uses of TOTorrentFile in com.biglybt.core.diskmanager.file
Methods in com.biglybt.core.diskmanager.file that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
FMFileOwner. getTorrentFile()
-
Uses of TOTorrentFile in com.biglybt.core.diskmanager.file.impl
Methods in com.biglybt.core.diskmanager.file.impl with parameters of type TOTorrentFile Modifier and Type Method Description protected static void
FMFileAccessPieceReorderer. recoverConfig(TOTorrentFile torrent_file, java.io.File data_file, java.io.File config_file, int storage_type)
Constructors in com.biglybt.core.diskmanager.file.impl with parameters of type TOTorrentFile Constructor Description FMFileAccessCompact(TOTorrentFile torrent_file, java.io.File _controlFileDir, java.lang.String _controlFileName, FMFileAccess _delegate)
FMFileAccessPieceReorderer(TOTorrentFile _torrent_file, java.io.File _control_dir, java.lang.String _control_file, int _storage_type, FMFileAccess _delegate)
-
Uses of TOTorrentFile in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl that return TOTorrentFile Modifier and Type Method Description TOTorrentFile[]
DownloadManagerStateImpl.CachedStateWrapper. getFiles()
TOTorrentFile
DownloadManagerController.fileInfoFacade. getTorrentFile()
-
Uses of TOTorrentFile in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return TOTorrentFile Modifier and Type Method Description TOTorrentFile[]
LWSTorrent. getFiles()
-
Uses of TOTorrentFile in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as TOTorrentFile Modifier and Type Field Description (package private) TOTorrentFile
PEPeerControlHashHandlerImpl.PeerHashRequest. torrent_file
Methods in com.biglybt.core.peer.impl.control that return TOTorrentFile Modifier and Type Method Description private TOTorrentFile
PEPeerControlHashHandlerImpl.PeerHashRequest. getFile()
Constructors in com.biglybt.core.peer.impl.control with parameters of type TOTorrentFile Constructor Description PeerHashRequest(PEPeerTransport _peer, TOTorrentFile _tf, TOTorrentFileHashTree.HashRequest _request, DiskManagerCheckRequestListener.HashListener _listener)
-
Uses of TOTorrentFile in com.biglybt.core.peermanager
Fields in com.biglybt.core.peermanager with type parameters of type TOTorrentFile Modifier and Type Field Description private java.util.Map<java.lang.String,TOTorrentFile>
PeerManager.PeerManagerRegistrationImpl. links
Methods in com.biglybt.core.peermanager that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
PeerManager.PeerManagerRegistrationImpl. getLink(java.lang.String target)
TOTorrentFile
PeerManagerRegistration. getLink(java.lang.String link)
Methods in com.biglybt.core.peermanager with parameters of type TOTorrentFile Modifier and Type Method Description void
PeerManager.PeerManagerRegistrationImpl. addLink(java.lang.String link, TOTorrentFile target)
void
PeerManagerRegistration. addLink(java.lang.String link, TOTorrentFile target)
-
Uses of TOTorrentFile in com.biglybt.core.torrent
Methods in com.biglybt.core.torrent that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
TOTorrentFileHashTree. getFile()
TOTorrentFile[]
TOTorrent. getFiles()
A torrent consists of one or more files. -
Uses of TOTorrentFile in com.biglybt.core.torrent.impl
Classes in com.biglybt.core.torrent.impl that implement TOTorrentFile Modifier and Type Class Description class
TOTorrentFileImpl
Methods in com.biglybt.core.torrent.impl that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
TOTorrentFileHashTreeImpl. getFile()
-
Uses of TOTorrentFile in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl that return TOTorrentFile Modifier and Type Method Description TOTorrentFile[]
TRHostExternalTorrent. getFiles()
-
Uses of TOTorrentFile in com.biglybt.core.util
Methods in com.biglybt.core.util that return TOTorrentFile Modifier and Type Method Description TOTorrentFile[]
TorrentUtils.torrentDelegate. getFiles()
-
Uses of TOTorrentFile in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type TOTorrentFile Modifier and Type Field Description private java.util.Map<TOTorrentFile,FilesView.FilesViewNodeLeaf>
FilesView. tree_file_map
Methods in com.biglybt.ui.swt.views that return TOTorrentFile Modifier and Type Method Description TOTorrentFile
FilesView.FilesViewNodeInner. getTorrentFile()
TOTorrentFile
FilesView.FilesViewNodeLeaf. getTorrentFile()
-