Enum LZ77Compressor.Block.BlockType

java.lang.Object
java.lang.Enum<LZ77Compressor.Block.BlockType>
org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
All Implemented Interfaces:
Serializable, Comparable<LZ77Compressor.Block.BlockType>
Enclosing class:
LZ77Compressor.Block

Enumeration of the block types the compressor may emit.