Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Compression levels. More...
CompressionLevel | ( | int | value | ) |
Constructs the compression level object using the provided value
value | Value corresponding to the compression level object |
Static Public Attributes | |
static final CompressionLevel | DefaultLevel |
static final CompressionLevel | Level0 |
static final CompressionLevel | Level1 = new CompressionLevel(Level1Value) |
static final CompressionLevel | Level2 = new CompressionLevel(Level2Value) |
static final CompressionLevel | Level3 = new CompressionLevel(Level3Value) |
static final CompressionLevel | Level4 = new CompressionLevel(Level4Value) |
static final CompressionLevel | Level5 = new CompressionLevel(Level5Value) |
static final CompressionLevel | Level6 = new CompressionLevel(Level6Value) |
static final CompressionLevel | Level7 = new CompressionLevel(Level7Value) |
static final CompressionLevel | Level8 = new CompressionLevel(Level8Value) |
static final CompressionLevel | Level9 |
int getValue | ( | ) |
Returns the value corresponding to the compression level object
|
static |
Default compression level
|
static |
Minimum compression level, maximum speed
|
static |
Level 1
|
static |
Level 2
|
static |
Level 3
|
static |
Level 4
|
static |
Level 5
|
static |
Level 6
|
static |
Level 7
|
static |
Level 8
|
static |
Maximum compression level, minimum speed
For more complete information about compiler optimizations, see our Optimization Notice.