Uses of Class
net.jpountz.lz4.LZ4FastDecompressor
Packages that use LZ4FastDecompressor
-
Uses of LZ4FastDecompressor in net.jpountz.lz4
Methods in net.jpountz.lz4 that return LZ4FastDecompressorModifier and TypeMethodDescriptionLZ4Factory.fastDecompressor()Returns aLZ4FastDecompressorinstance.Constructors in net.jpountz.lz4 with parameters of type LZ4FastDecompressorModifierConstructorDescriptionLZ4BlockInputStream(InputStream in, LZ4FastDecompressor decompressor) Creates a new LZ4 input stream to read from the specified underlying InputStream, usingXXHash32for checksuming.LZ4BlockInputStream(InputStream in, LZ4FastDecompressor decompressor, Checksum checksum) Creates a new LZ4 input stream to read from the specified underlying InputStream.LZ4BlockInputStream(InputStream in, LZ4FastDecompressor decompressor, Checksum checksum, boolean stopOnEmptyBlock) Creates a new LZ4 input stream to read from the specified underlying InputStream.LZ4DecompressorWithLength(LZ4FastDecompressor fastDecompressor) Creates a new decompressor to decompress data compressed byLZ4CompressorWithLength.