Package org.apache.commons.compress.compressors.lz77support
package org.apache.commons.compress.compressors.lz77support
Provides utility classes for LZ77 based algorithms.
The classes in this package are currently used by the LZ4 and Snappy implementations but might also help implementing other algorithms that derive from LZ77 and LZSS.
-
ClassDescriptionEncapsulates code common to LZ77 decompressors.Helper class for compression algorithms that use the ideas of LZ77.Represents a back-reference.Base class representing blocks the compressor may emit.Enumeration of the block types the compressor may emit.Callback invoked while the compressor processes data.A simple "we are done" marker.Represents a literal block of data.Parameters of the
compressor
.Builder forParameters
instances.