Module java.base
Package java.util.zip

Class CRC32

java.lang.Object
java.util.zip.CRC32
All Implemented Interfaces:
Checksum

public class CRC32 extends Object implements Checksum
A class that can be used to compute the CRC-32 of a data stream.

Passing a null argument to a method in this class will cause a NullPointerException to be thrown.

Since:
1.1