C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

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()

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

◆ gzHeader

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.