FileDocCategorySizeDatePackage
Checksum.javaAPI DocExample458Tue Dec 12 18:57:40 GMT 2000None

Checksum

public interface Checksum

Fields Summary
Constructors Summary
Methods Summary
public longgetValue()
Returns the current checksum value.

public voidreset()
Resets the checksum to its initial value.

public voidupdate(int b)
Updates the current checksum with the specified byte.

public voidupdate(byte[] b, int off, int len)
Updates the current checksum with the specified array of bytes.