C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Compressor< zlib > Class Template Reference

Implementation of the Compressor class for the zlib compression method. More...

Class Declaration

template<>
class daal::data_management::interface1::Compressor< zlib >

References

Member Function Documentation

void run ( byte *  outBlock,
size_t  size,
size_t  offset 
)

Performs zlib compression of a data block

Parameters
[out]outBlockPointer to the data block where compression results are stored. Must be at least size+offset bytes
[in]sizeNumber of bytes available in outBlock
[in]offsetOffset in bytes, the starting position for compression in outBlock
void run ( DataBlock outBlock)
inline

Performs zlib compression of a data block

Parameters
[out]outBlockReference to the data block where compression results are stored
void setInputDataBlock ( byte *  inBlock,
size_t  size,
size_t  offset 
)

Associates an input data block with a compressor

Parameters
[in]inBlockPointer to the data block to compress. Must be at least size+offset bytes
[in]sizeNumber of bytes to compress in inBlock
[in]offsetOffset in bytes, the starting position for compression in inBlock
void setInputDataBlock ( DataBlock inBlock)
inline

Associates an input data block with a compressor

Parameters
[in]inBlockReference to the data block to compress

Member Data Documentation

Zlib compression parameters structure


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

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