Class ByteCountOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class ByteCountOutputStream
    extends FilterOutputStream
    This class define a filter that count the number of written bytes by an InputStream.
    Since:
    1.0
    Author:
    Laurent Jourdren