Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Parameter for the RLE encoding and decoding. RLE encoded block may contain header that consists of two sections: decoded data size(4 bytes), and encoded data size(4 bytes) More...
RleCompressionParameter | ( | DaalContext | context, |
long | cParameter | ||
) |
RleCompressionParameter constructor
boolean getBlockHeader | ( | ) |
Returns RLE block header presence flag
void setBlockHeader | ( | boolean | isBlockHeader | ) |
Sets flag which indicates whether there is an RLE block header
isBlockHeader | Flag which indicates whether there is a RLE block header. True if the RLE block header is present, false otherwise |
For more complete information about compiler optimizations, see our Optimization Notice.