Parent

Methods

Yajl::Bzip2::StreamWriter

A wrapper around the Bzip2::Writer class for easier JSON stream encoding

Public Class Methods

encode(obj, io) click to toggle source

A helper method for encoding to a bzip2-compressed stream

Look up Yajl::Encoder#encode for parameter documentation

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.