るりまサーチ

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

別のキーワード

  1. csv binmode
  2. csv binmode?
  3. stringio binmode
  4. _builtin binmode
  5. cgi needs_binmode

ライブラリ

クラス

モジュール

キーワード

検索結果

<< < ... 2 3 4 >>

ruby 1.8.2 feature (6.0)

ruby 1.8.2 feature ruby 1.8.2 での ruby 1.8.1 からの変更点です。

...] [obsolete]
CSV::Row と CSV::Cell が deprecated になりました。

: CSV.open, CSV.parse, and CSV,generate
必要ならばユーザが binmode をセットしなければならなくなりました。

: CSV.read [lib] [new]
: CSV.readlines [lib] [new]
追加。

: Marshal.dump [r...

static int rb_io_mode_flags2(int mode) (6.0)

open(2) のようなモード指定modeをruby内部のモードフラグに変換します。

...E_READABLEと
FMODE_WRITEABLEの論理和です。

Microsoft Windows などファイルにバイナリ/テキスト属性の区別がある
プラットフォームでは、modeにO_BINARYの論理和が指定されてい
れば、戻り値にはFMODE_BINMODEの論理和が指定されます。...
<< < ... 2 3 4 >>