public final class CodecMode extends Object
LOAD
and SAVE
.
These values are used as arguments in some of the methods of ImageCodec
.Modifier and Type | Field | Description |
---|---|---|
static CodecMode |
LOAD |
Codec mode load, one of the two possible values of CodecMode.
|
static CodecMode |
SAVE |
Codec mode save, one of the two possible values of CodecMode.
|
Modifier | Constructor | Description |
---|---|---|
private |
CodecMode() |
public static final CodecMode LOAD
public static final CodecMode SAVE