Uses of Enum
com.ning.compress.gzip.OptimizedGZIPInputStream.State
Packages that use OptimizedGZIPInputStream.State
Package
Description
Package that contains optimized stream implementations for working
with GZIP.
-
Uses of OptimizedGZIPInputStream.State in com.ning.compress.gzip
Subclasses with type arguments of type OptimizedGZIPInputStream.State in com.ning.compress.gzipModifier and TypeClassDescription(package private) static enumEnumeration used for keeping track of decoding state within streamFields in com.ning.compress.gzip declared as OptimizedGZIPInputStream.StateModifier and TypeFieldDescriptionprotected OptimizedGZIPInputStream.StateOptimizedGZIPInputStream._stateFlag set to true during handling of header processingMethods in com.ning.compress.gzip that return OptimizedGZIPInputStream.StateModifier and TypeMethodDescriptionReturns 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.