Module java.base
Package java.util.zip

Class CRC32C

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

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

CRC-32C is defined in RFC 3720: Internet Small Computer Systems Interface (iSCSI).

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

Since:
9
External Specifications