private static enum GZIPContentDecoder.State extends java.lang.Enum<GZIPContentDecoder.State>
Enum Constant and Description |
---|
CM |
COMMENT |
CRC |
DATA |
EXTRA |
EXTRA_LENGTH |
FLAGS |
FLG |
HCRC |
ID |
INITIAL |
ISIZE |
MTIME |
NAME |
OS |
XFL |
Modifier and Type | Method and Description |
---|---|
static GZIPContentDecoder.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GZIPContentDecoder.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GZIPContentDecoder.State INITIAL
public static final GZIPContentDecoder.State ID
public static final GZIPContentDecoder.State CM
public static final GZIPContentDecoder.State FLG
public static final GZIPContentDecoder.State MTIME
public static final GZIPContentDecoder.State XFL
public static final GZIPContentDecoder.State OS
public static final GZIPContentDecoder.State FLAGS
public static final GZIPContentDecoder.State EXTRA_LENGTH
public static final GZIPContentDecoder.State EXTRA
public static final GZIPContentDecoder.State NAME
public static final GZIPContentDecoder.State COMMENT
public static final GZIPContentDecoder.State HCRC
public static final GZIPContentDecoder.State DATA
public static final GZIPContentDecoder.State CRC
public static final GZIPContentDecoder.State ISIZE
public static GZIPContentDecoder.State[] values()
for (GZIPContentDecoder.State c : GZIPContentDecoder.State.values()) System.out.println(c);
public static GZIPContentDecoder.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