CRC32

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

See Also:
Checksum

Constructors

CRC32

public CRC32()

Creates a new CRC32 objec