Class CountingOnlyOutputStream

java.lang.Object
java.io.OutputStream
org.apache.commons.jcs3.admin.CountingOnlyOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

Keeps track of the number of bytes written to it, but doesn't write them anywhere.