Uses of Class
ca.cgjennings.algo.compression.CompressorFactory
-
Packages that use CompressorFactory Package Description <Unnamed> ca.cgjennings.algo.compression -
-
Uses of CompressorFactory in <Unnamed>
Fields in <Unnamed> declared as CompressorFactory Modifier and Type Field Description CompressorFactorycompress. aValue of --a (algorithm) command line option. -
Uses of CompressorFactory in ca.cgjennings.algo.compression
Methods in ca.cgjennings.algo.compression that return CompressorFactory Modifier and Type Method Description static CompressorFactoryCompressorFactory. choose(boolean small, boolean fast, boolean standard)Chooses a compressor for a specific application.static CompressorFactoryCompressorFactory. forExtension(java.lang.String name)Returns a factory that matches a name, ornullif no factory matches.static CompressorFactoryCompressorFactory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompressorFactory[]CompressorFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-