Method: Zlib::Deflate#params
- Defined in:
- zlib.c
#params(level, strategy) ⇒ Object
Changes the parameters of the deflate stream. See zlib.h for details. The output from the stream by changing the params is preserved in output buffer.
TODO: document better!
1361 1362 1363 |
# File 'zlib.c', line 1361 static VALUE rb_deflate_params(obj, v_level, v_strategy) VALUE obj, v_level, v_strategy; |