Package herddb.utils

Class XXHash64Utils


  • public class XXHash64Utils
    extends Object
    Utility for XXHash64
    Author:
    enrico.olivelli
    • Constructor Detail

      • XXHash64Utils

        public XXHash64Utils()
    • Method Detail

      • digest

        public static byte[] digest​(byte[] array,
                                    int offset,
                                    int len)
      • hash

        public static long hash​(byte[] array,
                                int offset,
                                int len)
      • verifyBlockWithFooter

        public static boolean verifyBlockWithFooter​(byte[] array,
                                                    int offset,
                                                    int len)