るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.084秒)
トップページ > クエリ:I[x] > クエリ:DES[x] > バージョン:2.3.0[x] > クエリ:destination_encoding[x] > クラス:Encoding::InvalidByteSequenceError[x]

別のキーワード

  1. des new
  2. openssl des
  3. openssl openssl::cipher::des
  4. des openssl
  5. new openssl::cipher::des

ライブラリ

検索結果

Encoding::InvalidByteSequenceError#destination_encoding -> Encoding (127525.0)

エラーを発生させた変換の変換先のエンコーディングを Encoding オブジェクトで返します。

...エラーを発生させた変換の変換先のエンコーディングを Encoding
オブジェクトで返します。

@see Encoding::InvalidByteSequenceError#source_encoding,
Encoding::UndefinedConversionError#destination_encoding...

Encoding::InvalidByteSequenceError#destination_encoding_name -> String (91525.0)

エラーを発生させた変換の変換先のエンコーディングを文字列で返します。

...エラーを発生させた変換の変換先のエンコーディングを文字列で返します。

@see Encoding::InvalidByteSequenceError#destination_encoding...