Checksum.update

Checksum.update

Interface Overview | Interface Members | This Package | All Packages

Syntax 1
public abstract void update( int b )
Description
Updates the current checksum with the specified byte.



Syntax 2
public abstract void update( byte b[], int off, int len )
Description
Updates the current checksum with the specified array of bytes.