类 CRC64
- java.lang.Object
-
- com.moilioncircle.redis.replicator.util.CRC64
-
public class CRC64 extends Object
- 从以下版本开始:
- 2.5.0
- 作者:
- Leon Chen
-
-
字段概要
字段 修饰符和类型 字段 说明 static long[]LOOKUP_TABLE
-
构造器概要
构造器 构造器 说明 CRC64()
-
-
-
方法详细资料
-
crc64
public static long crc64(byte[] bytes)
-
crc64
public static long crc64(byte[] bytes, long sum)
-
crc64
public static long crc64(byte[] bytes, int start, int length)
-
crc64
public static long crc64(byte[] bytes, int start, int length, long sum)
-
longToByteArray
public static byte[] longToByteArray(long value)
-
-