Class CountingOutputStream

java.lang.Object
java.io.OutputStream
org.eclipse.jgit.util.io.CountingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class CountingOutputStream extends OutputStream
Counts the number of bytes written.