Class CountingFileInputStream

java.lang.Object
java.io.InputStream
java.io.FileInputStream
com.helger.commons.io.stream.CountingFileInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class CountingFileInputStream extends FileInputStream
A special FileInputStream sub class that keeps track of all read bytes for the statistics handler.
Author:
Philip Helger