1137件ヒット
[1101-1137件を表示]
(0.112秒)
ライブラリ
- ビルトイン (48)
-
cgi
/ core (12) - csv (24)
-
minitest
/ unit (1) -
net
/ ftp (48) - open-uri (24)
-
rubygems
/ package / tar _ input (12) -
rubygems
/ remote _ fetcher (12) - stringio (956)
クラス
- CSV (24)
- Enumerator (24)
-
Gem
:: Package :: TarInput (12) -
Gem
:: RemoteFetcher (12) -
Net
:: FTP (48) - StringIO (956)
モジュール
-
CGI
:: QueryExtension (12) - Enumerable (24)
-
MiniTest
:: Assertions (1) -
OpenURI
:: OpenRead (24)
キーワード
- << (12)
- binmode (12)
- bytes (14)
-
capture
_ io (1) - chars (14)
- close (12)
-
close
_ read (12) -
close
_ write (12) - closed? (12)
-
closed
_ read? (12) -
closed
_ write? (12) - codepoints (14)
-
create
_ body (12) - each (24)
-
each
_ byte (24) -
each
_ char (24) -
each
_ codepoint (24) -
each
_ line (24) -
each
_ with _ index (24) - eof (12)
- eof? (12)
-
external
_ encoding (12) - fcntl (12)
- fileno (12)
- flush (12)
- fsync (12)
- getbyte (12)
- getc (12)
- gets (12)
- inspect (12)
-
internal
_ encoding (12) - isatty (12)
- length (12)
- lineno (12)
- lineno= (12)
- lines (14)
- open (24)
-
open
_ uri _ or _ path (12) - pid (12)
- pos (12)
- pos= (12)
- print (24)
- printf (12)
- putc (12)
- puts (12)
- read (36)
-
read
_ nonblock (12) - readbyte (12)
- readchar (12)
- readline (12)
- readlines (12)
- readpartial (36)
- reopen (24)
- rewind (12)
- seek (12)
-
set
_ encoding (36) - size (12)
- storbinary (24)
- storlines (24)
- string (24)
- string= (12)
- sync (12)
- sync= (12)
- sysread (36)
- syswrite (12)
- tell (12)
- truncate (12)
- tty? (12)
- ungetbyte (12)
- ungetc (12)
-
with
_ index (24) - write (12)
-
write
_ nonblock (12) -
zipped
_ stream (12)
検索結果
先頭4件
-
Net
:: FTP # storbinary(cmd , file , blocksize , rest _ offset = nil) -> nil (7.0) -
サーバーに cmd で指定されたコマンドを送り、バイナリデータを 送ります。
...ドを送り、バイナリデータを
送ります。
送るデータは IO のインスタンスを
file で指定します。
(実際には StringIO のような IO とメソッドレベルで
互換するオブジェクトであればなんでもかまいません)。
blocksize で指定さ... -
Net
:: FTP # storbinary(cmd , file , blocksize , rest _ offset = nil) {|data| . . . } -> nil (7.0) -
サーバーに cmd で指定されたコマンドを送り、バイナリデータを 送ります。
...ドを送り、バイナリデータを
送ります。
送るデータは IO のインスタンスを
file で指定します。
(実際には StringIO のような IO とメソッドレベルで
互換するオブジェクトであればなんでもかまいません)。
blocksize で指定さ... -
Net
:: FTP # storlines(cmd , file) -> nil (7.0) -
サーバーに cmd で指定されたコマンドを送り、テキストデータを 送ります。
...キストを読み込み、サーバーに送ります。
送るデータは IO のインスタンスを
file で指定します。
(実際には StringIO のような IO とメソッドレベルで
互換するオブジェクトであればなんでもかまいません)。
ブロックが与え... -
Net
:: FTP # storlines(cmd , file) {|line| . . . } -> nil (7.0) -
サーバーに cmd で指定されたコマンドを送り、テキストデータを 送ります。
...キストを読み込み、サーバーに送ります。
送るデータは IO のインスタンスを
file で指定します。
(実際には StringIO のような IO とメソッドレベルで
互換するオブジェクトであればなんでもかまいません)。
ブロックが与え...