Uses of Interface
com.biglybt.pif.disk.DiskManagerFileInfo
-
-
Uses of DiskManagerFileInfo in com.biglybt.core.content
Methods in com.biglybt.core.content that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo
ContentFile. getFile()
Methods in com.biglybt.core.content with parameters of type DiskManagerFileInfo Modifier and Type Method Description protected long
PlatformContentDirectory. getETA(DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfo in com.biglybt.core.devices
Methods in com.biglybt.core.devices that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo
TranscodeJob. getFile()
DiskManagerFileInfo
TranscodeFile. getSourceFile()
DiskManagerFileInfo
TranscodeFile. getTargetFile()
Methods in com.biglybt.core.devices with parameters of type DiskManagerFileInfo Modifier and Type Method Description TranscodeJob
TranscodeQueue. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped)
TranscodeJob
TranscodeQueue. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, int transcode_requirement, boolean add_stopped)
TranscodeProviderAnalysis
TranscodeProvider. analyse(TranscodeProviderAdapter adapter, DiskManagerFileInfo input, TranscodeProfile profile)
TranscodeProviderJob
TranscodeProvider. transcode(TranscodeProviderAdapter adapter, TranscodeProviderAnalysis analysis, boolean force, DiskManagerFileInfo input, TranscodeProfile profile, java.net.URL output)
-
Uses of DiskManagerFileInfo in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement DiskManagerFileInfo Modifier and Type Class Description class
TranscodeJobOutputLeecher
Fields in com.biglybt.core.devices.impl declared as DiskManagerFileInfo Modifier and Type Field Description private DiskManagerFileInfo
TranscodeJobImpl. file
Methods in com.biglybt.core.devices.impl that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo
TranscodeJobImpl. getFile()
DiskManagerFileInfo
TranscodeJobOutputLeecher.Channel. getFile()
DiskManagerFileInfo
TranscodeFileImpl. getSourceFile()
DiskManagerFileInfo
TranscodeFileImpl. getTargetFile()
protected DiskManagerFileInfo
TranscodeManagerImpl. lookupFile(byte[] hash, int index)
protected DiskManagerFileInfo
TranscodeQueueImpl. lookupFile(byte[] hash, int index)
Methods in com.biglybt.core.devices.impl with parameters of type DiskManagerFileInfo Modifier and Type Method Description TranscodeJobImpl
TranscodeQueueImpl. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped)
TranscodeJobImpl
TranscodeQueueImpl. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped, boolean stream, int transcode_requirement)
TranscodeJobImpl
TranscodeQueueImpl. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, int transcode_requirement, boolean add_stopped)
TranscodeFileImpl
DeviceImpl. allocateFile(TranscodeProfile profile, boolean no_xcode, DiskManagerFileInfo file, boolean for_job)
TranscodeProviderAnalysis
TranscodeProviderVuze. analyse(TranscodeProviderAdapter _adapter, DiskManagerFileInfo input, TranscodeProfile profile)
TranscodeFileImpl
DeviceImpl. lookupFile(TranscodeProfile profile, DiskManagerFileInfo file)
protected void
TranscodeFileImpl. setSourceFile(DiskManagerFileInfo file)
TranscodeProviderJob
TranscodeProviderVuze. transcode(TranscodeProviderAdapter _adapter, TranscodeProviderAnalysis analysis, boolean direct_input, DiskManagerFileInfo input, TranscodeProfile profile, java.net.URL output)
Constructors in com.biglybt.core.devices.impl with parameters of type DiskManagerFileInfo Constructor Description TranscodeJobImpl(TranscodeQueueImpl _queue, TranscodeTarget _target, TranscodeProfile _profile, DiskManagerFileInfo _file, boolean _add_stopped, int _transcode_requirement, boolean _is_stream)
-
Uses of DiskManagerFileInfo in com.biglybt.core.download
Classes in com.biglybt.core.download that implement DiskManagerFileInfo Modifier and Type Class Description class
DiskManagerFileInfoDelegate
class
DiskManagerFileInfoFile
class
DiskManagerFileInfoStream
class
DiskManagerFileInfoURL
Fields in com.biglybt.core.download declared as DiskManagerFileInfo Modifier and Type Field Description (package private) DiskManagerFileInfo
DiskManagerFileInfoDelegate. delegate
Methods in com.biglybt.core.download that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo
DiskManagerFileInfoDelegate.channel. getFile()
DiskManagerFileInfo
DiskManagerFileInfoFile.channel. getFile()
DiskManagerFileInfo
DiskManagerFileInfoStream.context.channel. getFile()
DiskManagerFileInfo
DiskManagerFileInfoURL.channel. getFile()
Constructors in com.biglybt.core.download with parameters of type DiskManagerFileInfo Constructor Description DiskManagerFileInfoDelegate(DiskManagerFileInfo _delegate)
-
Uses of DiskManagerFileInfo in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo[]
LWSDownload. getDiskManagerFileInfo()
DiskManagerFileInfo
LWSDownload. getDiskManagerFileInfo(int i)
DiskManagerFileInfo
LWSDownload. getPrimaryFile()
-
Uses of DiskManagerFileInfo in com.biglybt.pif.disk
Methods in com.biglybt.pif.disk that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo
DiskManagerChannel. getFile()
DiskManagerFileInfo
DiskManagerRandomReadRequest. getFile()
-
Uses of DiskManagerFileInfo in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo[]
Download. getDiskManagerFileInfo()
Returns info about the torrent's files.DiskManagerFileInfo
Download. getDiskManagerFileInfo(int index)
Returns file info for the given index.DiskManagerFileInfo
Download. getPrimaryFile()
Returns the "Primary" file in the download. -
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DiskManagerFileInfo Modifier and Type Method Description static DiskManagerFileInfo
PluginCoreUtils. wrap(DiskManagerFileInfo info)
Methods in com.biglybt.pifimpl.local with parameters of type DiskManagerFileInfo Modifier and Type Method Description static DiskManagerFileInfo
PluginCoreUtils. unwrap(DiskManagerFileInfo info)
-
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.disk
Classes in com.biglybt.pifimpl.local.disk that implement DiskManagerFileInfo Modifier and Type Class Description class
DiskManagerFileInfoImpl
Methods in com.biglybt.pifimpl.local.disk that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo
DiskManagerChannelImpl. getFile()
-
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo[]
DownloadImpl. getDiskManagerFileInfo()
DiskManagerFileInfo
DownloadImpl. getDiskManagerFileInfo(int index)
DiskManagerFileInfo
DownloadImpl. getPrimaryFile()
-
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.remote.disk
Classes in com.biglybt.pifimpl.remote.disk that implement DiskManagerFileInfo Modifier and Type Class Description class
RPDiskManagerFileInfo
Fields in com.biglybt.pifimpl.remote.disk declared as DiskManagerFileInfo Modifier and Type Field Description protected DiskManagerFileInfo
RPDiskManagerFileInfo. delegate
Methods in com.biglybt.pifimpl.remote.disk with parameters of type DiskManagerFileInfo Modifier and Type Method Description static RPDiskManagerFileInfo
RPDiskManagerFileInfo. create(DiskManagerFileInfo _delegate)
Constructors in com.biglybt.pifimpl.remote.disk with parameters of type DiskManagerFileInfo Constructor Description RPDiskManagerFileInfo(DiskManagerFileInfo _delegate)
-
Uses of DiskManagerFileInfo in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return DiskManagerFileInfo Modifier and Type Method Description DiskManagerFileInfo[]
RPDownload. getDiskManagerFileInfo()
DiskManagerFileInfo
RPDownload. getDiskManagerFileInfo(int index)
DiskManagerFileInfo
RPDownload. getPrimaryFile()
-
Uses of DiskManagerFileInfo in com.biglybt.plugin.net.buddy.swt
Methods in com.biglybt.plugin.net.buddy.swt with parameters of type DiskManagerFileInfo Modifier and Type Method Description private void
BuddyPluginViewBetaChat. dropDownloadFile(DiskManagerFileInfo file, BuddyPluginViewBetaChat.DropAccepter accepter)
-
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.devices
Methods in com.biglybt.ui.swt.devices with parameters of type DiskManagerFileInfo Modifier and Type Method Description protected static void
DeviceManagerUI. addFile(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, DiskManagerFileInfo file)
-
Uses of DiskManagerFileInfo in com.biglybt.ui.swt.views
Fields in com.biglybt.ui.swt.views with type parameters of type DiskManagerFileInfo Modifier and Type Field Description static java.lang.Class<DiskManagerFileInfo>
FilesView. PLUGIN_DS_TYPE
-
Uses of DiskManagerFileInfo in com.biglybt.util
Methods in com.biglybt.util with parameters of type DiskManagerFileInfo Modifier and Type Method Description static boolean
PlayUtils. canUseEMP(DiskManagerFileInfo file)
static java.net.URL
PlayUtils. getMediaServerContentURL(DiskManagerFileInfo file)
private static boolean
PlayUtils. isExternallyPlayable(DiskManagerFileInfo file)
-