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