public abstract static class LZ77Compressor.Block
extends java.lang.Object
This class is not supposed to be subclassed by classes outside of Commons Compress so it is considered internal and changed that would break subclasses may get introduced with future releases.
Modifier and Type | Class and Description |
---|---|
static class |
LZ77Compressor.Block.BlockType
Enumeration of the block types the compressor may emit.
|
Constructor and Description |
---|
Block() |
Modifier and Type | Method and Description |
---|---|
abstract LZ77Compressor.Block.BlockType |
getType() |
public abstract LZ77Compressor.Block.BlockType getType()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"