Structs§
- us_
lnk_ lst - This structure is used when a string array needs to be compressed. This is passed as a parameter to the unishox2_decompress_lines() function
Constants§
Functions§
- compress_
simple - decompress_
simple - unishox2_
compress ⚠ - Comprehensive API for compressing a string
- unishox2_
compress_ ⚠lines - More Comprehensive API for compressing array of strings
- unishox2_
compress_ ⚠simple - Simple API for compressing a string @param[in] in Input ASCII / UTF-8 string @param[in] len length in bytes @param[out] out output buffer - should be large enough to hold compressed output
- unishox2_
decompress ⚠ - Comprehensive API for de-compressing a string
- unishox2_
decompress_ ⚠lines - More Comprehensive API for de-compressing array of strings \n This function is not be used in conjuction with unishox2_compress_lines()
- unishox2_
decompress_ ⚠simple - Simple API for decompressing a string @param[in] in Input compressed bytes (output of unishox2_compress functions) @param[in] len length of ‘in’ in bytes @param[out] out output buffer for ASCII / UTF-8 string - should be large enough