Package org.apache.hadoop.io.compress.zlib

Enum Class BuiltInGzipDecompressor.GzipStateLabel

java.lang.Object
java.lang.Enum<BuiltInGzipDecompressor.GzipStateLabel>
org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor.GzipStateLabel
All Implemented Interfaces:
Serializable, Comparable<BuiltInGzipDecompressor.GzipStateLabel>, Constable
Enclosing class:
org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor

public static enum BuiltInGzipDecompressor.GzipStateLabel extends Enum<BuiltInGzipDecompressor.GzipStateLabel>
The current state of the gzip decoder, external to the Inflater context. (Technically, the private variables localBuf through hasHeaderCRC are also part of the state, so this enum is merely the label for it.)