Functions for compression and decompression of string buffers.
staticdeflate(buf:String):String
Deflate (compress) a buffer.
A lua error is raised is on error
Parameters:
buf
buffer to deflate
Returns:
deflated buffer
staticinflate(buf:String):String
Inflate (decompress) a buffer.
buffer to inflate
inflated buffer