A wrapper around the Zlib::Deflate class for easier JSON stream parsing
A helper method for one-off encoding to a deflate-compressed stream
Look up Yajl::Encoder#encode for parameter documentation
# File lib/yajl/deflate/stream_writer.rb, line 15 def self.encode(obj, io) Yajl::Encoder.new.encode(obj, new(io)) end
Generated with the Darkfish Rdoc Generator 2.