Uses of Class
net.jpountz.xxhash.XXHashFactory
Packages that use XXHashFactory
-
Uses of XXHashFactory in net.jpountz.xxhash
Methods in net.jpountz.xxhash that return XXHashFactoryModifier and TypeMethodDescriptionstatic XXHashFactoryXXHashFactory.fastestInstance()Returns the fastest availableXXHashFactoryinstance.static XXHashFactoryXXHashFactory.fastestJavaInstance()Returns the fastest availableXXHashFactoryinstance which does not rely on JNI bindings.static XXHashFactoryXXHashFactory.nativeInstance()Returns aXXHashFactorythat returnsXXHash32instances that are native bindings to the original C API.static XXHashFactoryXXHashFactory.safeInstance()Returns aXXHashFactorythat returnsXXHash32instances that are written with Java's official API.static XXHashFactoryXXHashFactory.unsafeInstance()