Class ProgressMonitoringFileInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.atlassian.jira.task.ProgressMonitoringFileInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ProgressMonitoringFileInputStream extends FilterInputStream
A FileInputStream that can log progress when the inputstream is being read. The passed in task progress sink should have been provided with the overall file size to be read already to provide meaningful updates since the underlying inputstream implementation may not return the overall size of the data to be read reliably.
Since:
v4.4