Uses of Class
net.jpountz.xxhash.XXHash32
Packages that use XXHash32
-
Uses of XXHash32 in net.jpountz.lz4
Constructors in net.jpountz.lz4 with parameters of type XXHash32ModifierConstructorDescriptionLZ4FrameInputStream(InputStream in, LZ4SafeDecompressor decompressor, XXHash32 checksum) Creates a newInputStreamthat will decompress data using the LZ4 algorithm.LZ4FrameInputStream(InputStream in, LZ4SafeDecompressor decompressor, XXHash32 checksum, boolean readSingleFrame) Creates a newInputStreamthat will decompress data using the LZ4 algorithm.LZ4FrameOutputStream(OutputStream out, LZ4FrameOutputStream.BLOCKSIZE blockSize, long knownSize, LZ4Compressor compressor, XXHash32 checksum, LZ4FrameOutputStream.FLG.Bits... bits) Creates a newOutputStreamthat will compress data using the specified instances ofLZ4CompressorandXXHash32. -
Uses of XXHash32 in net.jpountz.xxhash
Methods in net.jpountz.xxhash that return XXHash32