Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > psych/json/streamライブラリ > Psych::JSON::Streamクラス

class Psych::JSON::Stream + Psych::Streaming

クラスの継承リスト: Psych::JSON::Stream < Psych::Streaming < Psych::Visitors::JSONTree < Psych::Visitors::YAMLTree < Psych::Visitors::Visitor < Object < Kernel < BasicObject

要約

特異メソッド

new

[TODO]

Create a new streaming emitter. Emitter will print to +io+. See Psych::Stream for an example.

start(encoding = Nodes::Stream::UTF8)

[TODO]

Start streaming using +encoding+

class Psych::JSON::Stream