Functions | |
MQERETURN | mqeCompressor_new (MQeExceptBlock *pErrStruct, MQeCompressorHndl *phNewCompressor, MQeStringHndl hToken) |
creates a new compressor. | |
MQERETURN | mqeCompressor_free (MQeCompressorHndl hCompressor, MQeExceptBlock *pErrStruct) |
polymorphic API for freeing a compressor. | |
MQERETURN | mqeCompressor_getPrivateData (MQeCompressorHndl hCompressor, MQeExceptBlock *pErrStruct, MQEVOID **ppDataBlock) |
get the pointer to the subclass private data block. |
|
creates a new compressor.
|
|
polymorphic API for freeing a compressor.
|
|
get the pointer to the subclass private data block.
|