Uses of Interface
com.compomics.util.interfaces.Monitorable
Package | Description |
---|---|
com.compomics.util.io.file |
Classes related to the handling of files.
|
-
Uses of Monitorable in com.compomics.util.io.file
Classes in com.compomics.util.io.file that implement Monitorable Modifier and Type Class Description class
MonitorableFileInputStream
This class implements an InputStream that reports on the progress of reading a file in integer quantities, even though the underlying file may have a binary size that is outside of integer range.class
MonitorableInputStream
This class provides a specific FilterInputStream that can be monitored for progress.