| Package | Description | 
|---|---|
| org.apache.commons.compress.compressors.lz77support | Provides utility classes for LZ77 based algorithms. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract LZ77Compressor.Block.BlockType | LZ77Compressor.Block. getType() | 
| LZ77Compressor.Block.BlockType | LZ77Compressor.LiteralBlock. getType() | 
| LZ77Compressor.Block.BlockType | LZ77Compressor.BackReference. getType() | 
| LZ77Compressor.Block.BlockType | LZ77Compressor.EOD. getType() | 
| static LZ77Compressor.Block.BlockType | LZ77Compressor.Block.BlockType. valueOf(String name)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. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.