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

List of all members
LzoCompressionParameter Class Reference

Parameter for the LZO compression and decompression LZO compressed block header consists of four sections: 1) optional, 2) uncompressed data size(4 bytes), 3) compressed data size(4 bytes), 4) optional. More...

Detailed Description

Enumerations

Member Function Documentation

long getPostHeadBytes ( )

Returns size of section 4) of LZO compressed block header in bytes

Returns
Size of section 4) of LZO compressed block header in bytes
long getPreHeadBytes ( )

Returns size of section 1) of LZO compressed block header in bytes

Returns
Size of section 1) of LZO compressed block header in bytes
void setPostHeadBytes ( long  postHeadBytes)

Sets size of section 4) of LZO compressed block header in bytes

Parameters
postHeadBytesSize of section 4) of LZO compressed block header in bytes
void setPreHeadBytes ( long  preHeadBytes)

Sets size of section 1) of LZO compressed block header in bytes

Parameters
preHeadBytesSize of section 1) of LZO compressed block header in bytes

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

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