Uses of Class
com.biglybt.core.disk.DiskManagerException
-
Packages that use DiskManagerException Package Description com.biglybt.core.disk.impl.access com.biglybt.core.disk.impl.access.impl -
-
Uses of DiskManagerException in com.biglybt.core.disk.impl.access
Methods in com.biglybt.core.disk.impl.access that throw DiskManagerException 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 DiskManagerException in com.biglybt.core.disk.impl.access.impl
Methods in com.biglybt.core.disk.impl.access.impl that throw DiskManagerException Modifier and Type Method Description boolean
DMWriterImpl. zeroFile(DiskManagerAllocationScheduler.AllocationInstance allocation_instance, DiskManagerFileInfoImpl file, long start_from, long overall_length, DMWriter.ProgressListener listener)
-