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, waitcompress, init, uncompressisDelayedfindByName, getNameList, getNames, ofName, removeByNamepublic final java.lang.String getName()
getName in interface NamedResourcepublic boolean isCompressionExecuted()
isCompressionExecuted in interface CompressionInformationtrue if there is any compression executed by this "compressor" - special case for
'none'public java.lang.String toString()
toString in class java.lang.Object