jdk-20-ga : jdk-21+35
Module java.base
Package java.util.zip

Class CRC32C

public final class CRC32C
extends java.lang.Object
implements java.util.zip.Checksum
Comparing jdk-20-ga and jdk-21+35
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

Constructors

Methods

Summary

Differences
Elements Comments Descriptions Total
Added Changed Removed Added Changed Removed Added Changed Removed
CRC32C 4 4
Total 4 4