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() |
java.lang.String |
toString() |
public int getOffset()
public int getLength()
public LZ77Compressor.Block.BlockType getType()
getType
in class LZ77Compressor.Block
public java.lang.String toString()
toString
in class java.lang.Object
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"