Uses of Class
org.crosswire.common.compress.CompressorType

Packages that use CompressorType
org.crosswire.common.compress An common interface to Zip and LZSS. 
 

Uses of CompressorType in org.crosswire.common.compress
 

Methods in org.crosswire.common.compress that return CompressorType
static CompressorType CompressorType.fromString(String name)
          Get a CompressorType from a String
static CompressorType CompressorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompressorType[] CompressorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Copyright ? 2003-2011