public static final class LZ77Compressor.BackReference extends LZ77Compressor.Block
LZ77Compressor.Block.BlockType| Constructor and Description | 
|---|
| BackReference(int offset,
             int length) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getLength()Provides the length of the back-reference. | 
| int | getOffset()Provides the offset of the back-reference. | 
| LZ77Compressor.Block.BlockType | getType() | 
| String | toString() | 
public BackReference(int offset, int length)
public int getOffset()
public int getLength()
public LZ77Compressor.Block.BlockType getType()
getType in class LZ77Compressor.BlockCopyright © 2018 The Apache Software Foundation. All rights reserved.