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

List of all members
ZlibCompressionParameter Class Reference

Parameter for zlib compression and decompression. More...

Class Declaration

class DAAL_EXPORT ZlibCompressionParameter : public data_management::CompressionParameter
{
public:
ZlibCompressionParameter( CompressionLevel clevel = defaultLevel, bool bgzHeader = false ) :
data_management::CompressionParameter( clevel ), gzHeader(bgzHeader) {}
bool gzHeader;
};
Enumerations

Constructor & Destructor Documentation

ZlibCompressionParameter ( CompressionLevel  clevel = defaultLevel,
bool  bgzHeader = false 
)
inline

ZlibCompressionParameter constructor

Parameters
clevelOptional parameter, CompressionLevel. defaultLevel is equal to zlib compression level 6
bgzHeaderOptional flag. True if a simple GZIP header is included, false otherwise

Member Data Documentation

bool gzHeader

Optional flag. True if simple GZIP header is included, false otherwise


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

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