Class LZ77Compressor.BackReference
java.lang.Object
org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block
org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
- Enclosing class:
- LZ77Compressor
Represents a back-reference.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block
LZ77Compressor.Block.BlockType
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BackReference
-
-
Method Details
-
getLength
Provides the length of the back-reference.- Returns:
- the length
-
getOffset
Provides the offset of the back-reference.- Returns:
- the offset
-
getType
- Specified by:
getType
in classLZ77Compressor.Block
-
toString
-