Class CRC32InputStream

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

public class CRC32InputStream extends InputStream
An input stream that calculates CRC32 of all the bytes passed through it. The java CRC32 class is used to internally.