Class DummyOutputStream

java.lang.Object
java.io.OutputStream
com.pnfsoftware.jeb.util.io.DummyOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class DummyOutputStream extends OutputStream
Dummy writer class: does not write, simply count the number of bytes being written.