Class CountingInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.commons.compress.utils.CountingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

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