public final class CrcUtil extends Object
public static long crc64(byte[] array)
array - source arraypublic static long crc64(byte[] array,
int offset,
int length)
array - source arrayoffset - starting position in the source arraylength - the number of array elements to be computedpublic static long crc64(ByteBuffer buf)
ByteBuffer.buf - source ByteBufferCopyright © 2021. All rights reserved.