Uses of Class
net.jpountz.lz4.LZ4BlockInputStream.Builder
Packages that use LZ4BlockInputStream.Builder
-
Uses of LZ4BlockInputStream.Builder in net.jpountz.lz4
Methods in net.jpountz.lz4 that return LZ4BlockInputStream.BuilderModifier and TypeMethodDescriptionstatic LZ4BlockInputStream.BuilderLZ4BlockInputStream.newBuilder()Creates a new LZ4 block input stream builder.LZ4BlockInputStream.Builder.withChecksum(Checksum checksum) RegistersChecksumto be used by the builderLZ4BlockInputStream.Builder.withDecompressor(LZ4FastDecompressor fastDecompressor) RegistersLZ4FastDecompressorto be used by the builder as a decompressor.LZ4BlockInputStream.Builder.withDecompressor(LZ4SafeDecompressor safeDecompressor) RegistersLZ4SafeDecompressorto be used by the builder as a decompressor.LZ4BlockInputStream.Builder.withStopOnEmptyBlock(boolean stopOnEmptyBlock) Registers value of stopOnEmptyBlock to be used by the builder