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