Uses of Enum
org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
Packages that use FramedLZ4CompressorOutputStream.BlockSize
-
Uses of FramedLZ4CompressorOutputStream.BlockSize in org.apache.commons.compress.compressors.lz4
Methods in org.apache.commons.compress.compressors.lz4 that return FramedLZ4CompressorOutputStream.BlockSizeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.FramedLZ4CompressorOutputStream.BlockSize.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.compress.compressors.lz4 with parameters of type FramedLZ4CompressorOutputStream.BlockSizeModifierConstructorDescriptionSets up custom a custom block size for the LZ4 stream but otherwise uses the defaults of enabled content checksum, disabled block checksums and independent blocks.Parameters
(FramedLZ4CompressorOutputStream.BlockSize blockSize, boolean withContentChecksum, boolean withBlockChecksum, boolean withBlockDependency) Sets up custom parameters for the LZ4 stream.Parameters
(FramedLZ4CompressorOutputStream.BlockSize blockSize, boolean withContentChecksum, boolean withBlockChecksum, boolean withBlockDependency, Parameters lz77params) Sets up custom parameters for the LZ4 stream.Parameters
(FramedLZ4CompressorOutputStream.BlockSize blockSize, Parameters lz77params) Sets up custom a custom block size for the LZ4 stream but otherwise uses the defaults of enabled content checksum, disabled block checksums and independent blocks.