Generated by
JDiff

Interface java.util.zip.Checksum

Documentation changed from old to new.

Changed Methods
long getValue() Documentation changed from old to new.
Returns the current checksum value.
void update(byte[], int, int) Documentation changed from old to new.
Updates the current checksum with the specified array of bytes.
void update(int) Documentation changed from old to new.
Updates the current checksum with the specified byte.