ú΃-1Compress a block of data. The length of data is 1 not recorded. Returns the length of output or 0 5 if it is longer than the size of the output buffer. /Decompress a block of data. Returns the length % of data uncompressed or 0 on error. 9Compress a string with worst case length = original + 1. C The first char of the string contains the length of the original. 4Decompress a string compressed with compressString. Codec-Compression-LZF-0.2Codec.Compression.LZFcompress decompresscompressStringdecompressString _decompress _compress