Adler32.update
Class Overview | Class Members |
This Package |
All Packages
public void update( int b )
Description
Updates checksum with specified byte.
public native void update( byte b[],
int off,
int len )
Description
Updates checksum with specified array of bytes.
public void update( byte b[] )
Description
Updates checksum with specified array of bytes.