| Package | Description | 
|---|---|
| org.apache.commons.compress.compressors.lz77support | Provides utility classes for LZ77 based algorithms. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | LZ77Compressor.BackReferenceRepresents a back-reference. | 
| static class  | LZ77Compressor.EODA simple "we are done" marker. | 
| static class  | LZ77Compressor.LiteralBlockRepresents a literal block of data. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LZ77Compressor.Callback. accept(LZ77Compressor.Block b)Consumes a block. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.