Package | Description |
---|---|
com.ning.compress.gzip |
Package that contains optimized stream implementations for working
with GZIP.
|
Modifier and Type | Field and Description |
---|---|
protected OptimizedGZIPInputStream.State |
OptimizedGZIPInputStream._state
Flag set to true during handling of header processing
|
Modifier and Type | Method and Description |
---|---|
static OptimizedGZIPInputStream.State |
OptimizedGZIPInputStream.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptimizedGZIPInputStream.State[] |
OptimizedGZIPInputStream.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|