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 16 16: def self.encode(obj, io) 17: Yajl::Encoder.new.encode(obj, new(io)) 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.