2441件ヒット
[2401-2441件を表示]
(0.130秒)
ライブラリ
クラス
- BasicSocket (24)
- DBM (36)
- Dir (55)
- File (24)
- GDBM (48)
-
Gem
:: RemoteFetcher (12) - IO (124)
-
Net
:: HTTPResponse (24) - Object (30)
-
OpenSSL
:: ASN1 :: ASN1Data (12) -
OpenSSL
:: ASN1 :: ObjectId (60) -
OpenSSL
:: BN (12) -
OpenSSL
:: Cipher (60) -
OpenSSL
:: Config (96) -
OpenSSL
:: Digest (12) -
OpenSSL
:: Engine (36) -
OpenSSL
:: HMAC (48) -
OpenSSL
:: Netscape :: SPKI (60) -
OpenSSL
:: OCSP :: Request (12) -
OpenSSL
:: OCSP :: Response (36) -
OpenSSL
:: PKCS12 (12) -
OpenSSL
:: PKCS7 (96) -
OpenSSL
:: PKCS7 :: RecipientInfo (12) -
OpenSSL
:: PKey :: DH (84) -
OpenSSL
:: PKey :: DSA (120) -
OpenSSL
:: PKey :: EC (60) -
OpenSSL
:: PKey :: EC :: Group (60) -
OpenSSL
:: PKey :: PKey (12) -
OpenSSL
:: PKey :: RSA (156) -
OpenSSL
:: SSL :: SSLContext (48) -
OpenSSL
:: SSL :: SSLSocket (60) -
OpenSSL
:: SSL :: Session (48) -
OpenSSL
:: X509 :: Attribute (24) -
OpenSSL
:: X509 :: CRL (60) -
OpenSSL
:: X509 :: Certificate (60) -
OpenSSL
:: X509 :: Extension (60) -
OpenSSL
:: X509 :: ExtensionFactory (36) -
OpenSSL
:: X509 :: Name (36) -
OpenSSL
:: X509 :: Request (60) -
OpenSSL
:: X509 :: Store (12) -
OpenSSL
:: X509 :: StoreContext (36) - OpenStruct (36)
- Pathname (24)
- SDBM (72)
- StringIO (36)
- UNIXSocket (48)
-
Zlib
:: GzipReader (36) -
Zlib
:: GzipWriter (12)
モジュール
-
OpenSSL
:: Buffering (108) -
OpenSSL
:: SSL :: SocketForwarder (12) -
OpenURI
:: Meta (60) -
OpenURI
:: OpenRead (24)
キーワード
- [] (12)
-
add
_ value (12) - addr (12)
-
ca
_ file (12) -
ca
_ path (12) - challenge (12)
- charset (24)
- children (7)
- cipher (12)
- ciphers (12)
- closed? (12)
- cmds (12)
- comment= (12)
-
compute
_ key (12) -
content
_ encoding (12) -
content
_ type (12) -
create
_ ext _ from _ string (12) -
create
_ extension (24) -
curve
_ name (12) - data (12)
- decrypt (12)
- delete (12)
-
dh
_ compute _ key (12) - digest (12)
-
dsa
_ sign _ asn1 (12) -
enc
_ key (12) - error= (12)
-
error
_ string (36) -
error
_ string= (12) - export (60)
- fetch (12)
- final (12)
-
get
_ value (12) - getc (12)
- getpeername (12)
- gets (24)
- getsockname (12)
- getsockopt (12)
- hexdigest (12)
- hostname (12)
- id (24)
- inspect (36)
- keys (24)
- ln (12)
-
long
_ name (12) - name (36)
- oid (36)
-
open
_ uri _ or _ path (12) - params (36)
- path (36)
- peeraddr (12)
- pread (8)
-
private
_ decrypt (12) -
private
_ encrypt (12) -
public
_ decrypt (12) -
public
_ encrypt (12) - pwrite (8)
-
random
_ iv (12) -
random
_ key (12) - read (60)
-
read
_ body (24) -
read
_ nonblock (12) - readchar (12)
- readline (24)
- readlines (48)
- readpartial (12)
- recvfrom (12)
- reopen (24)
- section (12)
- sections (12)
- seed (12)
- select (24)
-
session
_ id _ context (12) -
set
_ encoding (36) - shift (24)
-
short
_ name (12) - sign (12)
-
signature
_ algorithm (36) - sn (12)
- state (12)
- status (24)
-
status
_ string (12) - store (12)
- sysread (24)
- syssign (12)
- syswrite (24)
- then (14)
-
to
_ a (36) -
to
_ der (216) -
to
_ json (12) -
to
_ path (36) -
to
_ pem (156) -
to
_ s (204) -
to
_ text (120) - ungetc (12)
- update (12)
- value (36)
-
values
_ at (36) - verify (24)
-
yield
_ self (16)
検索結果
先頭4件
-
IO
# set _ encoding(enc _ str , **opts) -> self (13.0) -
IO のエンコーディングを設定します。
...ド引数で外部エンコーディングを内部エンコーディングに変換する際の
オプションを指定します。
詳しくは String#encode を参照してください。
@param enc_str エンコーディングを表す文字列を指定します。"A:B" のようにコロン......oding オブジェクトを指定します。
@param int_enc 内部エンコーディングを表す文字列か Encoding オブジェクトを指定します。
@param opts エンコーディング変換のオプション
例:
io = File.open(file)
io.set_encoding("ASCII-8BIT", "EUC-JP")......coding オブジェクトを指定します。
@param int_enc 内部エンコーディングを表す文字列か Encoding オブジェクトを指定します。
@param opts エンコーディング変換のオプション
例:
io = File.open(file)
io.set_encoding("ASCII-8BIT", "EUC-JP")... -
IO
# set _ encoding(ext _ enc) -> self (13.0) -
IO のエンコーディングを設定します。
...ド引数で外部エンコーディングを内部エンコーディングに変換する際の
オプションを指定します。
詳しくは String#encode を参照してください。
@param enc_str エンコーディングを表す文字列を指定します。"A:B" のようにコロン......oding オブジェクトを指定します。
@param int_enc 内部エンコーディングを表す文字列か Encoding オブジェクトを指定します。
@param opts エンコーディング変換のオプション
例:
io = File.open(file)
io.set_encoding("ASCII-8BIT", "EUC-JP")......coding オブジェクトを指定します。
@param int_enc 内部エンコーディングを表す文字列か Encoding オブジェクトを指定します。
@param opts エンコーディング変換のオプション
例:
io = File.open(file)
io.set_encoding("ASCII-8BIT", "EUC-JP")... -
IO
# set _ encoding(ext _ enc , int _ enc , **opts) -> self (13.0) -
IO のエンコーディングを設定します。
...ド引数で外部エンコーディングを内部エンコーディングに変換する際の
オプションを指定します。
詳しくは String#encode を参照してください。
@param enc_str エンコーディングを表す文字列を指定します。"A:B" のようにコロン......oding オブジェクトを指定します。
@param int_enc 内部エンコーディングを表す文字列か Encoding オブジェクトを指定します。
@param opts エンコーディング変換のオプション
例:
io = File.open(file)
io.set_encoding("ASCII-8BIT", "EUC-JP")......coding オブジェクトを指定します。
@param int_enc 内部エンコーディングを表す文字列か Encoding オブジェクトを指定します。
@param opts エンコーディング変換のオプション
例:
io = File.open(file)
io.set_encoding("ASCII-8BIT", "EUC-JP")... -
Net
:: HTTPResponse # read _ body {|str| . . . . } -> () (8.0) -
ブロックを与えなかった場合にはエンティティボディを 文字列で返します。 ブロックを与えた場合には エンティティボディを少しずつ取得して順次ブロックに 文字列で与えます。
...取得][ruby]{
require 'net/http'
uri = URI.parse('http://www.example.com/path/to/big.file')
Net::HTTP.start(uri.host, uri.port) do |http|
File.open("/path/to/big.file", "w") do |f|
# Net::HTTP#request_get と Net::HTTPResponse#read_body で少しずつ読み書き。メモリ消費が少な...