static enum OptimizedGZIPInputStream.State extends java.lang.Enum<OptimizedGZIPInputStream.State>
Enum Constant and Description |
---|
GZIP_COMPLETE |
GZIP_CONTENT |
GZIP_HEADER |
GZIP_TRAILER |
Modifier and Type | Method and Description |
---|---|
static OptimizedGZIPInputStream.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptimizedGZIPInputStream.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OptimizedGZIPInputStream.State GZIP_HEADER
public static final OptimizedGZIPInputStream.State GZIP_CONTENT
public static final OptimizedGZIPInputStream.State GZIP_TRAILER
public static final OptimizedGZIPInputStream.State GZIP_COMPLETE
public static OptimizedGZIPInputStream.State[] values()
for (OptimizedGZIPInputStream.State c : OptimizedGZIPInputStream.State.values()) System.out.println(c);
public static OptimizedGZIPInputStream.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