Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
Compressor Class Reference

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
 

Detailed Description

References
  • Data compression error codes
  • Bzip2CompressionParameter class
Aliases
  • 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)

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

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