Package herddb.utils
Class XXHash64Utils
- java.lang.Object
-
- herddb.utils.XXHash64Utils
-
public class XXHash64Utils extends Object
Utility for XXHash64- Author:
- enrico.olivelli
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXXHash64Utils.HashingOutputStreamstatic classXXHash64Utils.HashingStream
-
Constructor Summary
Constructors Constructor Description XXHash64Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]digest(byte[] array, int offset, int len)static longhash(byte[] array, int offset, int len)static booleanverifyBlockWithFooter(byte[] array, int offset, int len)
-