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.Methods in net.jpountz.lz4 with parameters of type LZ4FastDecompressorModifier and TypeMethodDescriptionLZ4BlockInputStream.Builder.withDecompressor(LZ4FastDecompressor fastDecompressor) RegistersLZ4FastDecompressorto be used by the builder as a decompressor.Constructors in net.jpountz.lz4 with parameters of type LZ4FastDecompressorModifierConstructorDescriptionLZ4BlockInputStream(InputStream in, LZ4FastDecompressor fastDecompressor) Deprecated.LZ4BlockInputStream(InputStream in, LZ4FastDecompressor fastDecompressor, Checksum checksum) Deprecated.UseLZ4BlockInputStream.newBuilder()instead.LZ4BlockInputStream(InputStream in, LZ4FastDecompressor fastDecompressor, Checksum checksum, boolean stopOnEmptyBlock) Deprecated.UseLZ4BlockInputStream.newBuilder()instead.LZ4DecompressorWithLength(LZ4FastDecompressor fastDecompressor) Creates a new decompressor to decompress data compressed byLZ4CompressorWithLength.
LZ4BlockInputStream.newBuilder()instead.