blob: fe0179ddc52f2dcb5846a37311c2507d4ccd7d66 (
plain)
1
2
3
|
Simple streaming interface to zlib for Lua. Consists of two functions:
inflate and deflate. Both functions return "stream functions" (takes a
buffer of input and returns a buffer of output).
|