Uses of Class
org.javaseis.compress.DataCompression

Packages that use DataCompression
org.javaseis.compress   
 

Uses of DataCompression in org.javaseis.compress
 

Methods in org.javaseis.compress that return DataCompression
static DataCompression DataCompression.get(java.lang.String name)
          Gets the data compression based on the name.
static DataCompression DataCompression.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataCompression[] DataCompression.values()
          Returns an array containing the constants of this enum type, in the order they are declared.