Class CountingInputStream

java.lang.Object
java.io.InputStream
htsjdk.samtools.cram.io.CountingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class CountingInputStream extends InputStream
An input stream that counts the bytes read from it.