public static interface CompressionCodec.Factory
Modifier and Type | Method and Description |
---|---|
CompressionCodec |
createCodec(CompressionUtil.CodecType codecType)
Creates the codec based on the codec type.
|
CompressionCodec |
createCodec(CompressionUtil.CodecType codecType,
int compressionLevel)
Creates the codec based on the codec type and compression level.
|
CompressionCodec createCodec(CompressionUtil.CodecType codecType)
CompressionCodec createCodec(CompressionUtil.CodecType codecType, int compressionLevel)
Copyright © 2023 The Apache Software Foundation. All rights reserved.