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
Fields in com.ning.compress.gzip declared as OptimizedGZIPInputStream.StateModifier and TypeFieldDescriptionprotected OptimizedGZIPInputStream.State
OptimizedGZIPInputStream._state
Flag 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.