public class CountingOutputStream extends java.io.FilterOutputStream
out
CountingOutputStream(java.io.OutputStream out)
long
getCount()
void
write(int b)
close, flush, write, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CountingOutputStream(java.io.OutputStream out)
public void write(int b) throws java.io.IOException
write
java.io.FilterOutputStream
java.io.IOException
public long getCount()