EDMConstants.CompressionTypes
edm.edom3
Class EDMConstants.CompressionTypes
- java.lang.Object
- edm.edom3.EDMConstants.CompressionTypes
Enclosing interface:EDMConstants
public static class EDMConstants.CompressionTypes extends java.lang.Object
Compression types for files and streams
Field Summary
FieldsÂ
Modifier and Type Field and Description static int
DEFAULT_COMPRESSION
Specifies that default (GZIP) compression is usedstatic int
NO_COMPRESSION
Specifies that no compression are used
Constructor Summary
ConstructorsÂ
Constructor and Description CompressionTypes()
Â
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
NO_COMPRESSION
public static final int NO_COMPRESSION
Specifies that no compression are usedSee Also:Constant Field Values
DEFAULT_COMPRESSION
public static final int DEFAULT_COMPRESSION
Specifies that default (GZIP) compression is usedSee Also:Constant Field Values
Constructor Detail
CompressionTypes
public CompressionTypes()