Class CountingOutputStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.commons.compress.utils.CountingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

Deprecated.
Stream that tracks the number of bytes read.
Since:
1.3
This class is not thread-safe