Uses of Class
com.biglybt.core.disk.impl.DiskManagerFileInfoImpl
-
Packages that use DiskManagerFileInfoImpl Package Description com.biglybt.core.disk.impl com.biglybt.core.disk.impl.access com.biglybt.core.disk.impl.access.impl com.biglybt.core.lws -
-
Uses of DiskManagerFileInfoImpl in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as DiskManagerFileInfoImpl Modifier and Type Field Description (package private) DiskManagerFileInfoImpl[]
DiskManagerFileInfoSetImpl. files
private DiskManagerFileInfoImpl[]
DiskManagerImpl. files
Fields in com.biglybt.core.disk.impl with type parameters of type DiskManagerFileInfoImpl Modifier and Type Field Description private static AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl>
DiskManagerFileInfoImpl. eta_adapter
private static AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl>
DiskManagerFileInfoImpl. read_adapter
private static AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl>
DiskManagerFileInfoImpl. write_adapter
Methods in com.biglybt.core.disk.impl that return DiskManagerFileInfoImpl Modifier and Type Method Description private DiskManagerFileInfoImpl
DiskManagerImpl. createFileInfo(DownloadManagerState state, DMPieceMapperFile pm_info, int file_index, java.io.File root_dir, java.lang.String relative_file, int storage_type)
Methods in com.biglybt.core.disk.impl with parameters of type DiskManagerFileInfoImpl Modifier and Type Method Description private boolean
DiskManagerImpl. allocateFile(DiskManagerAllocationScheduler.AllocationInstance allocation_instance, DiskManagerFileInfoImpl fileInfo, java.io.File data_file, long existing_length, long target_length, boolean[] stop_after_start, long alloc_strategy)
Constructors in com.biglybt.core.disk.impl with parameters of type DiskManagerFileInfoImpl Constructor Description DiskManagerFileInfoSetImpl(DiskManagerFileInfoImpl[] files, DiskManagerHelper dm)
-
Uses of DiskManagerFileInfoImpl in com.biglybt.core.disk.impl.access
Methods in com.biglybt.core.disk.impl.access with parameters of type DiskManagerFileInfoImpl Modifier and Type Method Description boolean
DMWriter. zeroFile(DiskManagerAllocationScheduler.AllocationInstance alloc_inst, DiskManagerFileInfoImpl file, long start_from, long overall_length, DMWriter.ProgressListener listener)
-
Uses of DiskManagerFileInfoImpl in com.biglybt.core.disk.impl.access.impl
Methods in com.biglybt.core.disk.impl.access.impl with parameters of type DiskManagerFileInfoImpl Modifier and Type Method Description boolean
DMWriterImpl. zeroFile(DiskManagerAllocationScheduler.AllocationInstance allocation_instance, DiskManagerFileInfoImpl file, long start_from, long overall_length, DMWriter.ProgressListener listener)
-
Uses of DiskManagerFileInfoImpl in com.biglybt.core.lws
Fields in com.biglybt.core.lws declared as DiskManagerFileInfoImpl Modifier and Type Field Description private DiskManagerFileInfoImpl[]
LWSDiskManager. files
Methods in com.biglybt.core.lws that return DiskManagerFileInfoImpl Modifier and Type Method Description protected DiskManagerFileInfoImpl[]
LWSDiskManager. getFileInfo(DMPieceMapperFile[] pm_files, java.io.File save_location)
-