るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.023秒)
トップページ > ライブラリ:openssl[x] > バージョン:2.1.0[x] > クエリ:Integer[x] > モジュール:OpenSSL::Buffering[x]

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer chr
  5. integer new

キーワード

検索結果

OpenSSL::Buffering#write(str) -> Integer (313.0)

str を出力します。

str を出力します。

書き込んだデータの長さを返します。

IO#write と同様です。

@param str 出力する文字列

OpenSSL::Buffering#write_nonblock(s) -> Integer (313.0)

文字列 s をノンブロッキングモードで書き込みます。

...通信データをある程度の大きさのブロック単位で暗号化/復号化
するためです。

@param s 出力する文字列
@raise OpenSSL::SSL::SSLError ソケットが読み込み/書き込み可能状態になるのを
待つ必要がある場合に発生します。...

OpenSSL::Buffering::BLOCK_SIZE -> Integer (313.0)

内部のバッファのサイズを返します。

内部のバッファのサイズを返します。

OpenSSL::Buffering#ungetc(char) -> () (28.0)

指定した文字 char をバッファに読み戻します。

指定した文字 char をバッファに読み戻します。

char には String か Integer を渡します。

IO#ungetc と同様です。

@param char 読み戻す文字