789件ヒット
[1-100件を表示]
(0.111秒)
ライブラリ
クラス
-
ARGF
. class (24) - Array (9)
-
DRb
:: DRbUnknown (12) -
Encoding
:: Converter (48) - IO (80)
-
JSON
:: State (24) -
Net
:: Telnet (4) -
OpenSSL
:: SSL :: SSLSocket (12) - String (204)
- StringIO (60)
-
Zlib
:: GzipReader (12)
モジュール
- MonitorMixin (12)
-
OpenSSL
:: Buffering (288)
キーワード
- << (12)
- []= (84)
-
buffer
_ initial _ length (12) -
buffer
_ initial _ length= (12) - chomp! (12)
- close (12)
- count (12)
- each (12)
-
each
_ byte (12) -
each
_ line (12) - eof (12)
- eof? (12)
- flush (12)
- getc (12)
- gets (12)
- gsub! (48)
-
mon
_ enter (12) - pack (9)
- pathconf (12)
- pread (8)
-
primitive
_ convert (48) - print (12)
- printf (12)
- puts (12)
- read (36)
-
read
_ nonblock (48) - readchar (12)
- readline (12)
- readlines (12)
- readpartial (60)
- string= (12)
- sub! (36)
- sync (12)
- sync= (12)
- sysread (36)
- sysseek (12)
- ungetc (12)
- upcase! (12)
- waitfor (4)
- write (12)
-
write
_ nonblock (12)
検索結果
先頭5件
-
DRb
:: DRbUnknown # buf -> String (24202.0) -
保持しているマーシャリングされたバイト列を返します。
保持しているマーシャリングされたバイト列を返します。 -
JSON
:: State # buffer _ initial _ length -> Integer (12201.0) -
This integer returns the current initial length of the buffer.
...This integer returns the current initial length of the buffer.... -
JSON
:: State # buffer _ initial _ length=(length) (12201.0) -
This sets the initial length of the buffer to length, if length > 0, otherwise its value isn't changed.
...This sets the initial length of the buffer to length, if length > 0,
otherwise its value isn't changed.... -
OpenSSL
:: Buffering # print(*args) -> nil (12101.0) -
args を順に出力します。
...args を順に出力します。
args の各要素を to_s で文字列に変換して
出力します。
IO#print とほぼ同様ですが、引数を省略した場合に $_ を出力する
機能はありません。
@param args 出力するオブジェクト... -
OpenSSL
:: Buffering # printf(format , *args) -> nil (12101.0) -
format に従い引数 args を文字列に変換して 出力します。
...format に従い引数 args を文字列に変換して
出力します。
IO#printf と同様です。
@param format 出力フォーマット文字列
@param arg 出力するオブジェクト
@see Kernel.#printf... -
OpenSSL
:: Buffering # write(str) -> Integer (12101.0) -
str を出力します。
...str を出力します。
書き込んだデータの長さを返します。
IO#write と同様です。
@param str 出力する文字列... -
OpenSSL
:: Buffering # write _ nonblock(s) -> Integer (12101.0) -
文字列 s をノンブロッキングモードで書き込みます。
...点で
ブロックする可能性があります。
基本的には IO#write_nonblock と同様です。しかし以下のような
違いもあります。
このメソッドはソケットが読み込み不可能(IO::WaitReadable)
という理由で
例外を発生させる可能性がありま......ためです。
@param s 出力する文字列
@raise OpenSSL::SSL::SSLError ソケットが読み込み/書き込み可能状態になるのを
待つ必要がある場合に発生します。
読み込み可能状態を待つ必要がある場合には IO::WaitReadable を、......書き込み可能状態を待つ必要がある場合には IO::WaitWritable を、
それぞれ extend した例外オブジェクトが生成されます。... -
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer) -> Symbol (9301.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...、Encoding::Converter#primitive_convert が唯一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_by......aram options 変換の詳細を指定する定数やハッシュ
@return 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after......t before input
: integer form
Encoding::Converter::PARTIAL_INPUT
Encoding::Converter::AFTER_OUTPUT
戻り値は以下のうちのどれかです。
* :invalid_byte_sequence
* :incomplete_input
* :undefined_conversion
* :after_output
* :destination_buffer_full
* :source_buffer_empty... -
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset) -> Symbol (9301.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...、Encoding::Converter#primitive_convert が唯一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_by......aram options 変換の詳細を指定する定数やハッシュ
@return 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after......t before input
: integer form
Encoding::Converter::PARTIAL_INPUT
Encoding::Converter::AFTER_OUTPUT
戻り値は以下のうちのどれかです。
* :invalid_byte_sequence
* :incomplete_input
* :undefined_conversion
* :after_output
* :destination_buffer_full
* :source_buffer_empty...