Package | Description |
---|---|
loci.formats.codec |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,CompressionType> |
CompressionType.lookup
Map used to retrieve the compression type corresponding to the code.
|
Modifier and Type | Method and Description |
---|---|
static CompressionType |
CompressionType.get(int code)
Retrieves the compression by reverse lookup of its "code".
|
static CompressionType |
CompressionType.valueOf(java.lang.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.
|
Copyright © 2019 Open Microscopy Environment