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

Static Public Attributes | List of all members
CompressionMethod Class Reference

Compression and decompression methods. More...

Class Constructor

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

int getValue ( )

Returns the value corresponding to the compression method object

Returns
Value corresponding to the compression method object

Member Data Documentation

final CompressionMethod bzip2 = new CompressionMethod(Bzip2)
static

BZIP2 compression method

final CompressionMethod lzo
static
Initial value:
Lzo)

LZO1X compatible compression method

final CompressionMethod rle = new CompressionMethod(Rle)
static

Run-Length Encoding method

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.