Class LZ77Compressor.Block
java.lang.Object
org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block
- Direct Known Subclasses:
LZ77Compressor.AbstractReference,LZ77Compressor.EOD
- Enclosing class:
LZ77Compressor
Base class representing blocks the compressor may emit.
This class is not supposed to be subclassed by classes outside of Commons Compress so it is considered internal and changed that would break subclasses may get introduced with future releases.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumerates the block types the compressor emits. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
-
Constructor Details
-
Block
Deprecated.UseBlock().Constructs a new typeless instance. -
Block
Constructs a new instance.- Parameters:
type- the block type, may not benull.
-
-
Method Details
Block().