| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ZlibCompressor.CompressionHeader>
org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader
public static enum ZlibCompressor.CompressionHeader
The type of header for compressed data.
| Enum Constant Summary | |
|---|---|
DEFAULT_HEADER
Default headers/trailers/checksums.  | 
|
GZIP_FORMAT
Simple gzip headers/trailers.  | 
|
NO_HEADER
No headers/trailers/checksums.  | 
|
| Method Summary | |
|---|---|
static ZlibCompressor.CompressionHeader | 
valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static ZlibCompressor.CompressionHeader[] | 
values()
Returns an array containing the constants of this enum type, in the order they're declared.  | 
 int | 
windowBits()
 | 
| Methods inherited from class java.lang.Enum | 
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final ZlibCompressor.CompressionHeader NO_HEADER
public static final ZlibCompressor.CompressionHeader DEFAULT_HEADER
public static final ZlibCompressor.CompressionHeader GZIP_FORMAT
| Method Detail | 
|---|
public static final ZlibCompressor.CompressionHeader[] values()
for(ZlibCompressor.CompressionHeader c : ZlibCompressor.CompressionHeader.values())
        System.out.println(c);
public static ZlibCompressor.CompressionHeader valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic int windowBits()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||