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

Static Public Attributes | List of all members
CompressionMethod Class Reference

Compression and decompression methods. More...

Class Constructor

◆ CompressionMethod()

CompressionMethod ( int  value)

Constructs the compression method object using the provided value

Parameters
valueValue corresponding to the compression method object

Static Public Attributes

static final CompressionMethod zlib = new CompressionMethod(Zlib)
 
static final CompressionMethod lzo
 
static final CompressionMethod rle = new CompressionMethod(Rle)
 
static final CompressionMethod bzip2 = new CompressionMethod(Bzip2)
 

Detailed Description

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the value corresponding to the compression method object

Returns
Value corresponding to the compression method object

Member Data Documentation

◆ bzip2

final CompressionMethod bzip2 = new CompressionMethod(Bzip2)
static

BZIP2 compression method

◆ lzo

final CompressionMethod lzo
static
Initial value:
Lzo)

LZO1X compatible compression method

◆ rle

final CompressionMethod rle = new CompressionMethod(Rle)
static

Run-Length Encoding method

◆ zlib

final CompressionMethod zlib = new CompressionMethod(Zlib)
static

DEFLATE compression method with ZLIB block header or simple GZIP block header


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

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