Uses of Enum Class
org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
Packages that use FramedLZ4CompressorOutputStream.BlockSize
-
Uses of FramedLZ4CompressorOutputStream.BlockSize in org.apache.commons.compress.compressors.lz4
Fields in org.apache.commons.compress.compressors.lz4 declared as FramedLZ4CompressorOutputStream.BlockSizeModifier and TypeFieldDescriptionprivate final FramedLZ4CompressorOutputStream.BlockSizeFramedLZ4CompressorOutputStream.Parameters.blockSizeMethods in org.apache.commons.compress.compressors.lz4 that return FramedLZ4CompressorOutputStream.BlockSizeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.FramedLZ4CompressorOutputStream.BlockSize.values()Returns an array containing the constants of this enum class, 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.