CRC32.update

CRC32.update

Class Overview | Class Members | This Package | All Packages

Syntax 1
public void update( int b )
Description
Updates CRC-32 with specified byte.



Syntax 2
public native void update( byte b[], int off, int len )
Description
Updates CRC-32 with specified array of bytes.



Syntax 3
public void update( byte b[] )
Description
Updates CRC-32 with specified array of bytes.