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 TypeField and Description
      static intDEFAULT_COMPRESSION
      Specifies that default (GZIP) compression is used
      static intNO_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 used

        See Also:Constant Field Values

      • DEFAULT_COMPRESSION

        public static final int DEFAULT_COMPRESSION

        Specifies that default (GZIP) compression is used

        See Also:Constant Field Values

    • Constructor Detail

      • CompressionTypes

        public CompressionTypes()