Class CountingOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class CountingOutputStream extends WrappedOutputStream
A wrapper around an OutputStream that counts the number of read bytes.
Author:
Philip Helger