public abstract class BaseCompression extends java.lang.Object implements Compression
Compression.Type
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Modifier | Constructor and Description |
---|---|
protected |
BaseCompression(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
boolean |
isCompressionExecuted() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compress, init, uncompress
isDelayed
findByName, getNameList, getNames, ofName, removeByName
public final java.lang.String getName()
getName
in interface NamedResource
public boolean isCompressionExecuted()
isCompressionExecuted
in interface CompressionInformation
true
if there is any compression executed by this "compressor" - special case for
'none'public java.lang.String toString()
toString
in class java.lang.Object