るりまサーチ

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

別のキーワード

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

ライブラリ

キーワード

検索結果

Psych::Nodes::Stream::UTF16BE -> Integer (29136.0)

UTF16BE エンコーディングを表します。

...UTF16BE エンコーディングを表します。

Psych
::Parser::UTF16BE と同じ値です。

@see Psych::Nodes::Stream.new...

Psych::Nodes::Stream.new(encoding = Psych::Nodes::Stream::UTF8) -> Psych::Nodes::Stream (11243.0)

Psych::Nodes::Stream オブジェクトを生成して返します。

...
Psych::Nodes::Stream
オブジェクトを生成して返します。

encoding には stream に使われるエンコーディングを指定します。
以下のいずれかを指定します。
* Psych::Nodes::Node::UTF8
* Psych::Nodes::Node::UTF16BE
* Psych::Nodes::Node::UTF16LE

@param...

Psych::Nodes::Stream#encoding=(enc) (11031.0)

stream に使われるエンコーディングを指定します。

...stream に使われるエンコーディングを指定します。

以下のいずれかを指定します。
* Psych::Nodes::Node::UTF8
* Psych::Nodes::Node::UTF16BE
* Psych::Nodes::Node::UTF16LE

@param enc 設定するエンコーディング
@see Psych::Nodes::Stream#encoding...