Interface | Description |
---|---|
LZ77Compressor.Callback |
Callback invoked while the compressor processes data.
|
Class | Description |
---|---|
AbstractLZ77CompressorInputStream |
Encapsulates code common to LZ77 decompressors.
|
LZ77Compressor |
Helper class for compression algorithms that use the ideas of LZ77.
|
LZ77Compressor.BackReference |
Represents a back-reference.
|
LZ77Compressor.Block |
Base class representing blocks the compressor may emit.
|
LZ77Compressor.EOD |
A simple "we are done" marker.
|
LZ77Compressor.LiteralBlock |
Represents a literal block of data.
|
Parameters |
Parameters of the
compressor . |
Parameters.Builder |
Builder for
Parameters instances. |
Enum | Description |
---|---|
LZ77Compressor.Block.BlockType |
Enumeration of the block types the compressor may emit.
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"