るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.020秒)
トップページ > クエリ:start[x] > クエリ:UTF16LE[x]

別のキーワード

  1. openssl utf8string
  2. asn1 utf8string
  3. psych utf16be
  4. nkf utf16
  5. psych utf16le

ライブラリ

検索結果

Psych::Parser::UTF16LE -> Integer (18107.0)

UTF-16LE エンコーディングを表します。

...UTF-16LE エンコーディングを表します。

@see Psych::Handler#start_stream...

Psych::Visitors::YAMLTree#start(encoding = Nodes::Stream::UTF8) -> Psych::Nodes::Stream (18107.0)

Ruby オブジェクトから YAML AST への変換のための準備をします。

...ッドがこの
メソッドを呼び出し、変換の準備をします。

encoding には以下のいずれかを指定できます。
* Psych::Nodes::Node::UTF8
* Psych::Nodes::Node::UTF16BE
* Psych::Nodes::Node::UTF16LE

@param encoding YAML AST に設定するエンコーディング...

Psych::Handler#start_stream(encoding) -> () (6107.0)

YAML ストリームの始まりで呼び出されます。

...ムのエンコーディング(以下のいずれか)が渡されます。
* Psych::Parser::UTF8
* Psych::Parser::UTF16BE
* Psych::Parser::UTF16LE

このメソッドは YAML のストリームごとに呼び出されます。一つのストリームには
複数のドキュメントが含ま...