public static enum DynamicDecoder.State extends Enum<DynamicDecoder.State>
| Enum Constant and Description |
|---|
DELEGATED |
FIRST_00 |
FIRST_ANY |
FIRST_EF |
FIRST_FE |
FIRST_FF |
FIRST_THREE_00_00_FE |
FIRST_THREE_ANY_00_00 |
FIRST_THREE_FF_FE_00 |
FIRST_TWO_00_00 |
FIRST_TWO_ANY_00 |
FIRST_TWO_EF_BB |
FIRST_TWO_FF_FE |
INITIAL |
POSSIBLE_UTF8 |
POSSIBLE_UTF8_3BYTE |
POSSIBLE_UTF8_4BYTE |
UNDETERMINED |
| Modifier and Type | Method and Description |
|---|---|
static DynamicDecoder.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicDecoder.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicDecoder.State INITIAL
public static final DynamicDecoder.State FIRST_00
public static final DynamicDecoder.State FIRST_FF
public static final DynamicDecoder.State FIRST_FE
public static final DynamicDecoder.State FIRST_EF
public static final DynamicDecoder.State FIRST_TWO_EF_BB
public static final DynamicDecoder.State FIRST_ANY
public static final DynamicDecoder.State FIRST_TWO_ANY_00
public static final DynamicDecoder.State FIRST_THREE_ANY_00_00
public static final DynamicDecoder.State FIRST_TWO_00_00
public static final DynamicDecoder.State FIRST_THREE_00_00_FE
public static final DynamicDecoder.State FIRST_TWO_FF_FE
public static final DynamicDecoder.State FIRST_THREE_FF_FE_00
public static final DynamicDecoder.State UNDETERMINED
public static final DynamicDecoder.State POSSIBLE_UTF8
public static final DynamicDecoder.State POSSIBLE_UTF8_3BYTE
public static final DynamicDecoder.State POSSIBLE_UTF8_4BYTE
public static final DynamicDecoder.State DELEGATED
public static DynamicDecoder.State[] values()
for (DynamicDecoder.State c : DynamicDecoder.State.values()) System.out.println(c);
public static DynamicDecoder.State 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 nullCopyright © 2025. All rights reserved.