public static final class LZ77Compressor.BackReference extends LZ77Compressor.Block
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.
|
java.lang.String |
toString() |