public static enum DeChunkedInputStream.State extends java.lang.Enum<DeChunkedInputStream.State>
Modifier and Type | Method and Description |
---|---|
static DeChunkedInputStream.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeChunkedInputStream.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeChunkedInputStream.State INITIAL
public static final DeChunkedInputStream.State MORE
public static final DeChunkedInputStream.State END
public static final DeChunkedInputStream.State ERROR
public static DeChunkedInputStream.State[] values()
for (DeChunkedInputStream.State c : DeChunkedInputStream.State.values()) System.out.println(c);
public static DeChunkedInputStream.State valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null