public enum PatchJPEGLS extends Enum<PatchJPEGLS>
| Enum Constant and Description |
|---|
ISO2JAI |
ISO2JAI_IF_APP_OR_COM |
JAI2ISO |
| Modifier and Type | Method and Description |
|---|---|
JPEGLSCodingParam |
createJPEGLSCodingParam(byte[] jpeg) |
static PatchJPEGLS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchJPEGLS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchJPEGLS JAI2ISO
public static final PatchJPEGLS ISO2JAI
public static final PatchJPEGLS ISO2JAI_IF_APP_OR_COM
public static PatchJPEGLS[] values()
for (PatchJPEGLS c : PatchJPEGLS.values()) System.out.println(c);
public static PatchJPEGLS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic JPEGLSCodingParam createJPEGLSCodingParam(byte[] jpeg)
Copyright © 2021. All rights reserved.