Uses of Class
com.biglybt.core.disk.impl.DiskManagerFileInfoImpl
Packages that use DiskManagerFileInfoImpl
Package
Description
-
Uses of DiskManagerFileInfoImpl in com.biglybt.core.disk.impl
Fields in com.biglybt.core.disk.impl declared as DiskManagerFileInfoImplModifier and TypeFieldDescription(package private) final DiskManagerFileInfoImpl[]DiskManagerFileInfoSetImpl.filesprivate DiskManagerFileInfoImpl[]DiskManagerImpl.filesFields in com.biglybt.core.disk.impl with type parameters of type DiskManagerFileInfoImplModifier and TypeFieldDescriptionprivate static final AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl> DiskManagerFileInfoImpl.eta_adapterprivate static final AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl> DiskManagerFileInfoImpl.read_adapterprivate static final AverageFactory.LazyMovingImmediateAverageAdapter<DiskManagerFileInfoImpl> DiskManagerFileInfoImpl.write_adapterMethods in com.biglybt.core.disk.impl that return DiskManagerFileInfoImplModifier and TypeMethodDescriptionprivate DiskManagerFileInfoImplDiskManagerImpl.createFileInfo(DownloadManagerState state, DMPieceMapperFile pm_info, int file_index, File root_dir, StringInterner.FileKey relative_file, int storage_type) Methods in com.biglybt.core.disk.impl with parameters of type DiskManagerFileInfoImplModifier and TypeMethodDescriptionprivate booleanDiskManagerImpl.allocateFile(DiskManagerAllocationScheduler.AllocationInstance allocation_instance, DiskManagerFileInfoImpl fileInfo, 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 DiskManagerFileInfoImplModifierConstructorDescription -
Uses of DiskManagerFileInfoImpl in com.biglybt.core.disk.impl.access
Methods in com.biglybt.core.disk.impl.access with parameters of type DiskManagerFileInfoImplModifier and TypeMethodDescriptionbooleanDMWriter.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 DiskManagerFileInfoImplModifier and TypeMethodDescriptionbooleanDMWriterImpl.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 DiskManagerFileInfoImplMethods in com.biglybt.core.lws that return DiskManagerFileInfoImplModifier and TypeMethodDescriptionprotected DiskManagerFileInfoImpl[]LWSDiskManager.getFileInfo(DMPieceMapperFile[] pm_files, File save_location)