Class ByteCountingOutputStream

java.lang.Object
java.io.OutputStream
org.apache.wicket.util.io.ByteCountingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class ByteCountingOutputStream extends OutputStream
Output stream that counts bytes written to it (but discards them).
Author:
Jonathan Locke