public final class CodecMode
extends java.lang.Object
LOAD
and SAVE
.
These values are used as arguments in some of the methods of ImageCodec
.Modifier and Type | Field and 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 and Description |
---|---|
private |
CodecMode() |
public static final CodecMode LOAD
public static final CodecMode SAVE