org.processmining.plugins.log
Class XContextMonitoredInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.deckfour.xes.util.progress.XMonitoredInputStream
          extended by org.processmining.plugins.log.XContextMonitoredInputStream
All Implemented Interfaces:
java.io.Closeable

public class XContextMonitoredInputStream
extends org.deckfour.xes.util.progress.XMonitoredInputStream


Field Summary
 
Fields inherited from class org.deckfour.xes.util.progress.XMonitoredInputStream
bytesRead, lastStep, progressListener, stepNumber, stepSize, stream
 
Constructor Summary
XContextMonitoredInputStream(java.io.InputStream input, long fileSizeInBytes, org.processmining.framework.plugin.Progress progress)
           
 
Method Summary
 
Methods inherited from class org.deckfour.xes.util.progress.XMonitoredInputStream
getStepNumber, read, read, read, skip, update
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, reset
 
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)