Uses of Interface java.util.zip.Checksum

Uses in package java.util.zip

Classes implementing java.util.zip.Checksum

class
Computes Adler32 checksum for a stream of data.
class
Computes CRC32 data checksum of a data stream.

Constructors with parameter type java.util.zip.Checksum

Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.
Creates a new CheckInputStream on top of the supplied OutputStream using the supplied Checksum.

Methods with return type java.util.zip.Checksum

Checksum
Returns the Checksum object used.
Checksum
Returns the Checksum object used.