-
- All Implemented Interfaces:
-
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public final class CountedOutputStream extends FilterOutputStream
OutputStream which counts the number of bytes written.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbytesWritten
-
Constructor Summary
Constructors Constructor Description CountedOutputStream(OutputStream outputStream)
-
Method Summary
Modifier and Type Method Description final IntegergetBytesWritten()Number of bytes written. Unitwrite(Integer b)-
-
Constructor Detail
-
CountedOutputStream
CountedOutputStream(OutputStream outputStream)
-
-
Method Detail
-
getBytesWritten
final Integer getBytesWritten()
Number of bytes written.
-
-
-
-