Uses of Class
ome.codecs.CompressionType
-
Packages that use CompressionType Package Description ome.codecs Package containing Bio-Formats compression and decompression logic. -
-
Uses of CompressionType in ome.codecs
Methods in ome.codecs that return CompressionType Modifier and Type Method Description static CompressionType
CompressionType. get(int code)
Retrieves the compression by reverse lookup of its "code".static CompressionType
CompressionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompressionType[]
CompressionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-