Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Implementation of the Compressor class for the bzip2 compression method. More...
Public Member Functions | |
| def | __init__ |
| Compressor<bzip2> constructor. More... | |
| def | setInputDataBlock |
| def | run |
Public Member Functions inherited from Compression | |
| def | setInputDataBlock |
| def | isOutputDataBlockFull |
| def | getUsedOutputDataBlockSize |
| def | run |
| def | checkInputParams |
| def | checkOutputParams |
Public Member Functions inherited from CompressionIface | |
| def | setInputDataBlock |
| def | isOutputDataBlockFull |
| def | getUsedOutputDataBlockSize |
| def | run |
Compressor_Bzip2 is an alias of Compressor(CompressionMethod=daal.data_management.bzip2)Compressor_Lzo is an alias of Compressor(CompressionMethod=daal.data_management.lzo)Compressor_Rle is an alias of Compressor(CompressionMethod=daal.data_management.rle)Compressor_Zlib is an alias of Compressor(CompressionMethod=daal.data_management.zlib) For more complete information about compiler optimizations, see our Optimization Notice.