Class ByteCountInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
fr.ens.biologie.genomique.eoulsan.io.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