Class CountingFileOutputStream

java.lang.Object
java.io.OutputStream
java.io.FileOutputStream
com.helger.commons.io.stream.CountingFileOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class CountingFileOutputStream extends FileOutputStream
A special FileOutputStream sub class that keeps track of all written bytes for the statistics handler.
Author:
Philip Helger