✗
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
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
- ✓public CRC32C()
Methods
- ✓public long getValue()
- ✓public void reset()
- ✓public void update(int arg0)
- ✓public void update(byte[] arg0, int arg1, int arg2)
- ✓public void update(java.nio.ByteBuffer arg0)
Summary
| Elements | Comments | Descriptions | Total | |||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Added | Changed | Removed | Added | Changed | Removed | Added | Changed | Removed | ||
| CRC32C | 4 | 4 | ||||||||
| Total | 4 | 4 | ||||||||