public abstract static class LZ77Compressor.Block extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LZ77Compressor.Block.BlockType
Enumeration of the block types the compressor may emit.
|
Constructor and Description |
---|
Block() |
public Block()
public abstract LZ77Compressor.Block.BlockType getType()
Copyright © 2018 The Apache Software Foundation. All rights reserved.