Class XContextMonitoredInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class XContextMonitoredInputStream
    extends org.processmining.framework.util.progress.XMonitoredInputStream
    • Field Summary

      • Fields inherited from class org.processmining.framework.util.progress.XMonitoredInputStream

        bytesRead, lastStep, progressListener, stepNumber, stepSize, stream
    • Constructor Summary

      Constructors 
      Constructor Description
      XContextMonitoredInputStream​(java.io.InputStream input, long fileSizeInBytes, org.processmining.framework.plugin.Progress progress)  
    • Method Summary

      • Methods inherited from class org.processmining.framework.util.progress.XMonitoredInputStream

        getStepNumber, read, read, read, skip, update
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XContextMonitoredInputStream

        public XContextMonitoredInputStream​(java.io.InputStream input,
                                            long fileSizeInBytes,
                                            org.processmining.framework.plugin.Progress progress)