private static enum JdkZlibDecoder.GzipState extends java.lang.Enum<JdkZlibDecoder.GzipState>
| Enum Constant and Description |
|---|
FLG_READ |
FOOTER_START |
HEADER_END |
HEADER_START |
PROCESS_FHCRC |
SKIP_COMMENT |
SKIP_FNAME |
XLEN_READ |
| Modifier and Type | Method and Description |
|---|---|
static JdkZlibDecoder.GzipState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JdkZlibDecoder.GzipState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JdkZlibDecoder.GzipState HEADER_START
public static final JdkZlibDecoder.GzipState HEADER_END
public static final JdkZlibDecoder.GzipState FLG_READ
public static final JdkZlibDecoder.GzipState XLEN_READ
public static final JdkZlibDecoder.GzipState SKIP_FNAME
public static final JdkZlibDecoder.GzipState SKIP_COMMENT
public static final JdkZlibDecoder.GzipState PROCESS_FHCRC
public static final JdkZlibDecoder.GzipState FOOTER_START
public static JdkZlibDecoder.GzipState[] values()
for (JdkZlibDecoder.GzipState c : JdkZlibDecoder.GzipState.values()) System.out.println(c);
public static JdkZlibDecoder.GzipState 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