Uses of Class
com.ning.compress.gzip.OptimizedGZIPInputStream.State
-
Packages that use OptimizedGZIPInputStream.State Package Description com.ning.compress.gzip 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.State Modifier and Type Field Description protected OptimizedGZIPInputStream.State
OptimizedGZIPInputStream. _state
Flag set to true during handling of header processingMethods in com.ning.compress.gzip that return OptimizedGZIPInputStream.State Modifier and Type Method 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.
-