public static interface CompressionCodec.Options
Modifier and Type | Method and Description |
---|---|
CompressionCodec.Options |
copy()
Make a copy before making changes.
|
CompressionCodec.Options |
setData(CompressionCodec.DataKind newValue)
Set the kind of data for the compression.
|
CompressionCodec.Options |
setSpeed(CompressionCodec.SpeedModifier newValue)
Set the speed for the compression.
|
CompressionCodec.Options copy()
CompressionCodec.Options setSpeed(CompressionCodec.SpeedModifier newValue)
newValue
- how aggressively to compressCompressionCodec.Options setData(CompressionCodec.DataKind newValue)
newValue
- what kind of data this isCopyright © 2013–2022 The Apache Software Foundation. All rights reserved.