Skip to content
Reference > Methods

cksum(first,additional)

Definition

Long cksum(Object first, Object ... additional)

Description

Returns a Long that is the checksum of bytes in supplied binary data. Returns null if data is null.

Parameter Definition

Name Type Description
first Object data to get length for
additional Object...