Class CountingInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class CountingInputStream extends WrappedInputStream
A wrapper around an InputStream that counts the number of read bytes.
Author:
Philip Helger