Method: Zlib::Deflate#set_dictionary
- Defined in:
- zlib.c
#set_dictionary(string) ⇒ Object
Sets the preset dictionary and returns string. This method is available just only after Zlib::Deflate.new or Zlib::ZStream#reset method was called. See zlib.h for details.
TODO: document better!
1394 1395 1396 |
# File 'zlib.c', line 1394 static VALUE rb_deflate_set_dictionary(obj, dic) VALUE obj, dic; |