Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

Static Public Attributes | List of all members
CompressionLevel Class Reference

Compression levels. More...

Class Constructor

CompressionLevel ( int  value)

Constructs the compression level object using the provided value

Parameters
valueValue 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
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the compression level object

Returns
Value corresponding to the compression level object

Member Data Documentation

final CompressionLevel DefaultLevel
static
Initial value:
DefaultLevelValue)

Default compression level

final CompressionLevel Level0
static
Initial value:
Level0Value)

Minimum compression level, maximum speed

final CompressionLevel Level1 = new CompressionLevel(Level1Value)
static

Level 1

final CompressionLevel Level2 = new CompressionLevel(Level2Value)
static

Level 2

final CompressionLevel Level3 = new CompressionLevel(Level3Value)
static

Level 3

final CompressionLevel Level4 = new CompressionLevel(Level4Value)
static

Level 4

final CompressionLevel Level5 = new CompressionLevel(Level5Value)
static

Level 5

final CompressionLevel Level6 = new CompressionLevel(Level6Value)
static

Level 6

final CompressionLevel Level7 = new CompressionLevel(Level7Value)
static

Level 7

final CompressionLevel Level8 = new CompressionLevel(Level8Value)
static

Level 8

final CompressionLevel Level9
static
Initial value:
Level9Value)

Maximum compression level, minimum speed


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.