xrif
A fast lossless compression system
Compression & De-compression

Collaboration diagram for Compression & De-compression:

Functions

xrif_error_t xrif_compress (xrif_t handle)
 
xrif_error_t xrif_decompress (xrif_t handle)
 
xrif_error_t xrif_compress_none (xrif_t handle)
 
xrif_error_t xrif_decompress_none (xrif_t handle)
 
xrif_error_t xrif_compress_lz4 (xrif_t handle)
 
xrif_error_t xrif_decompress_lz4 (xrif_t handle)
 

Function Documentation

◆ xrif_compress()

xrif_error_t xrif_compress ( xrif_t  handle)
Parameters
[in,out]handle[in/out] the xrif handle

Definition at line 1888 of file xrif.c.

References xrif_handle::compress_method.

◆ xrif_compress_lz4()

◆ xrif_compress_none()

◆ xrif_decompress()

xrif_error_t xrif_decompress ( xrif_t  handle)
Parameters
[in,out]handle[in/out] the xrif handle

Definition at line 1906 of file xrif.c.

References xrif_handle::compress_method.

◆ xrif_decompress_lz4()

◆ xrif_decompress_none()

xrif_error_t xrif_decompress_none ( xrif_t  handle)