Parent

Methods

Yajl::Gzip::StreamWriter

Wraper around the Zlib::GzipWriter class

Public Class Methods

encode(obj, io) click to toggle source

A helper method for one-off encoding to a gzip-compressed stream

Look up Yajl::Encoder#encode for parameter documentation

    # File lib/yajl/gzip/stream_writer.rb, line 9
 9:       def self.encode(obj, io)
10:         Yajl::Encoder.new.encode(obj, new(io))
11:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.