Class CRC32InputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
net.bramp.ffmpeg.io.CRC32InputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class CRC32InputStream extends FilterInputStream
Calculates the CRC32 for all bytes read through the input stream. Using the java.util.zip.CRC32 class to calculate the checksum.