Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

Static Public Attributes | List of all members
CompressionLevel Class Reference

Compression levels. More...

Class Constructor

◆ CompressionLevel()

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

◆ getValue()

int getValue ( )

Returns the value corresponding to the compression level object

Returns
Value corresponding to the compression level object

Member Data Documentation

◆ DefaultLevel

final CompressionLevel DefaultLevel
static
Initial value:
DefaultLevelValue)

Default compression level

◆ Level0

final CompressionLevel Level0
static
Initial value:
Level0Value)

Minimum compression level, maximum speed

◆ Level1

final CompressionLevel Level1 = new CompressionLevel(Level1Value)
static

Level 1

◆ Level2

final CompressionLevel Level2 = new CompressionLevel(Level2Value)
static

Level 2

◆ Level3

final CompressionLevel Level3 = new CompressionLevel(Level3Value)
static

Level 3

◆ Level4

final CompressionLevel Level4 = new CompressionLevel(Level4Value)
static

Level 4

◆ Level5

final CompressionLevel Level5 = new CompressionLevel(Level5Value)
static

Level 5

◆ Level6

final CompressionLevel Level6 = new CompressionLevel(Level6Value)
static

Level 6

◆ Level7

final CompressionLevel Level7 = new CompressionLevel(Level7Value)
static

Level 7

◆ Level8

final CompressionLevel Level8 = new CompressionLevel(Level8Value)
static

Level 8

◆ Level9

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.