Class CountingInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.google.common.io.CountingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

An InputStream that counts the number of bytes read.
Since:
1.0
Author:
Chris Nokleberg