Class 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.