Specialization of Decompressor class for LZO compression method.
More...
template<>
class daal::data_management::interface1::Decompressor< lzo >
- References
-
void run |
( |
byte * |
outBlock, |
|
|
size_t |
size, |
|
|
size_t |
offset |
|
) |
| |
Performs LZO decompression of a data block
- Parameters
-
[out] | outBlock | Pointer to the data block where decompression results are stored. Must be at least size+offset bytes |
[in] | size | Number of bytes available in outBlock |
[in] | offset | Offset in bytes, the starting position for decompression in outBlock |
Performs LZO decompression of a data block
- Parameters
-
[out] | outBlock | Reference to the data block where decompression results are stored |
void setInputDataBlock |
( |
byte * |
inBlock, |
|
|
size_t |
size, |
|
|
size_t |
offset |
|
) |
| |
Associates an input data stream with a decompressor
- Parameters
-
[in] | inBlock | Pointer to the data block to decompress. Must be at least size+offset bytes |
[in] | size | Number of bytes to decompress in inBlock |
[in] | offset | Offset in bytes, the starting position for decompression in inBlock |
void setInputDataBlock |
( |
DataBlock & |
inBlock | ) |
|
|
inline |
Associates an input data stream with a decompressor
- Parameters
-
[in] | inBlock | Reference to the data block to decompress |
LZO compression parameters structure
The documentation for this class was generated from the following file: