Compress()
Compresses a chunk of memory to a different chunk of memory.
Decompress()
Decompresses a chunk of memory to a different chunk of memory
CreateCompressor()
Creates a compression engine.
FeedCompressor()
Gives data to a compressor engine to compress and pass to the output function.
DeleteCompressor()
Deletes the compressor engine.
CreateDecompressor()
Creates a decompression engine.
FeedDecompressor()
Gives data to a decompressor engine to have it decompressed and pass it to the output function.
DeleteDecompressor()
Deletes the decompressor engine.
GetCompressorWorkBufferSize()
Gets the size of the work buffer needed by a compression engine.
GetDecompressorWorkBufferSize()
Gets the size of the work buffer needed by a decompression engine.