Class CountingOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.google.common.io.CountingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

An OutputStream that counts the number of bytes written.
Since:
1.0
Author:
Chris Nokleberg