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 CompressorFactory
compress. a
Value 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 CompressorFactory
CompressorFactory. choose(boolean small, boolean fast, boolean standard)
Chooses a compressor for a specific application.static CompressorFactory
CompressorFactory. forExtension(java.lang.String name)
Returns a factory that matches a name, ornull
if no factory matches.static CompressorFactory
CompressorFactory. 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.
-