Class ByteCountInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class ByteCountInputStream
    extends FilterInputStream
    This filter class allow to count the number of bytes read by an inputStream.
    Since:
    1.0
    Author:
    Laurent Jourdren