Uses of Class
edu.nrao.sss.util.FileCompressionFormat

Packages that use FileCompressionFormat
edu.nrao.sss.util Utility classes that are independent of any particular data model. 
 

Uses of FileCompressionFormat in edu.nrao.sss.util
 

Methods in edu.nrao.sss.util that return FileCompressionFormat
static FileCompressionFormat FileCompressionFormat.fromString(String text)
          Returns the compression format represented by text.
static FileCompressionFormat FileCompressionFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileCompressionFormat[] FileCompressionFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009. All Rights Reserved.