Checksum.update
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void update( int b )
Description
Updates the current checksum with the specified byte.
public abstract void update( byte b[],
int off,
int len )
Description
Updates the current checksum with the specified array of bytes.