inflate(deflate_string) â Stringinflate(deflate_string) { |chunk| ... } â nil
Instance Public methods
Inputs deflate_string into the inflate stream and returns the
output from the stream. Calling this method, both the input and the output
buffer of the stream are flushed. If string is nil, this
method finishes the stream, just like Zlib::ZStream#finish.
If a block is given consecutive inflated chunks from the
deflate_string are yielded to the block and nil
is ret