类 CRC64


  • public class CRC64
    extends Object
    从以下版本开始:
    2.5.0
    作者:
    Leon Chen
    • 字段详细资料

      • LOOKUP_TABLE

        public static final long[] LOOKUP_TABLE
    • 构造器详细资料

      • CRC64

        public 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)