るりまサーチ

最速Rubyリファレンスマニュアル検索!
1153件ヒット [1-100件を表示] (0.037秒)

別のキーワード

  1. _builtin pos
  2. _builtin pos=
  3. csv pos
  4. csv pos=
  5. zlib pos

モジュール

検索結果

<< 1 2 3 ... > >>

Dir#pos -> Integer (21125.0)

ディレクトリストリームの現在の位置を整数で返します。

...ディレクトリストリームの現在の位置を整数で返します。

@raise IOError 既に自身が close している場合に発生します。

//emlist[例][ruby]{
D
ir.open("/tmp") {|d|
d
.each {|f|
p d.pos
}
}
//}...

Zlib::GzipReader#pos -> Integer (21113.0)

現在までに展開したデータの長さの合計を返します。 ファイルポインタの位置ではないことに注意して下さい。

...に注意して下さい。

require 'zlib'

Zlib::GzipWriter.open('hoge.gz') { |gz|
gz.puts 'hoge'
}

Zlib::GzipReader.open('hoge.gz'){|gz|
while c = gz.getc
printf "%c, %d\n", c, gz.pos
end
}
# 実行例
#=> h, 1
#=> o, 2
#=> g, 3
#=> e, 4
#=>
#=> , 5...

Gem::Package::TarReader::Entry#pos -> Integer (21101.0)

自身から読み込んだバイト数を返します。

自身から読み込んだバイト数を返します。

Matrix::EigenvalueDecomposition#d -> Matrix (21101.0)

固有値を対角成分に並べた行列を返します。

固有値を対角成分に並べた行列を返します。

Gem::CommandManager#find_command_possibilities(command_name) -> Array (15400.0)

登録されているコマンドでマッチする可能性のあるものを返します。

...登録されているコマンドでマッチする可能性のあるものを返します。

@param command_name コマンド名を文字列で指定します。...

絞り込み条件を変える

Net::IMAP::BodyTypeBasic#disposition -> Net::IMAP::ContentDisposition | nil (12400.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeMessage#disposition -> Net::IMAP::ContentDisposition | nil (12400.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeMultipart#disposition -> Net::IMAP::ContentDisposition | nil (12400.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeText#disposition -> Net::IMAP::ContentDisposition | nil (12400.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...
<< 1 2 3 ... > >>