Package | Description |
---|---|
org.apache.hadoop.io.compress.zlib |
Modifier and Type | Method and Description |
---|---|
static ZlibDecompressor.CompressionHeader |
ZlibDecompressor.CompressionHeader.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZlibDecompressor.CompressionHeader[] |
ZlibDecompressor.CompressionHeader.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ZlibDecompressor(ZlibDecompressor.CompressionHeader header,
int directBufferSize)
Creates a new decompressor.
|
Copyright © 2010 The Apache Software Foundation