Class 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