Uses of Class
software.amazon.awssdk.crt.checksums.XXHash
-
Packages that use XXHash Package Description software.amazon.awssdk.crt.checksums -
-
Uses of XXHash in software.amazon.awssdk.crt.checksums
Methods in software.amazon.awssdk.crt.checksums that return XXHash Modifier and Type Method Description static XXHashXXHash. newXXHash3_128()Create new streaming XXHash3_128.static XXHashXXHash. newXXHash3_128(long seed)Create new streaming XXHash3_128.static XXHashXXHash. newXXHash3_64()Create new streaming XXHash3_64.static XXHashXXHash. newXXHash3_64(long seed)Create new streaming XXHash3_64.static XXHashXXHash. newXXHash64()Create new streaming XXHash64.static XXHashXXHash. newXXHash64(long seed)Create new streaming XXHash64.
-