Uses of Enum
org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
Packages that use LZ77Compressor.Block.BlockType
Package
Description
Provides utility classes for LZ77 based algorithms.
-
Uses of LZ77Compressor.Block.BlockType in org.apache.commons.compress.compressors.lz77support
Methods in org.apache.commons.compress.compressors.lz77support that return LZ77Compressor.Block.BlockTypeModifier and TypeMethodDescriptionLZ77Compressor.Block.getType()Gets the the block type.Returns the enum constant of this type with the specified name.static LZ77Compressor.Block.BlockType[]LZ77Compressor.Block.BlockType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.compress.compressors.lz77support with parameters of type LZ77Compressor.Block.BlockTypeModifierConstructorDescriptionAbstractReference(LZ77Compressor.Block.BlockType blockType, int offset, int length) Constructs a new instance.protectedConstructs a new instance.