84件ヒット
[1-84件を表示]
(0.019秒)
別のキーワード
種類
- インスタンスメソッド (72)
- 特異メソッド (12)
ライブラリ
- ビルトイン (24)
-
rubygems
/ source _ index (36) -
rubygems
/ source _ info _ cache _ entry (24)
クラス
-
Encoding
:: Converter (24) -
Gem
:: SourceIndex (36) -
Gem
:: SourceInfoCacheEntry (24)
キーワード
- length (12)
- new (12)
-
primitive
_ convert (24)
検索結果
先頭5件
-
Gem
:: SourceIndex # size -> Integer (21101.0) -
自身のサイズを返します。
自身のサイズを返します。 -
Gem
:: SourceInfoCacheEntry # size -> Integer (21101.0) -
ソースエントリのサイズです。
ソースエントリのサイズです。
ソースインデックスが変化したことを検出するために使用します。 -
Gem
:: SourceIndex # size -> Integer (18101.0) -
自身に含まれる Gem の個数を返します。
自身に含まれる Gem の個数を返します。 -
Gem
:: SourceInfoCacheEntry . new(si , size) -> Gem :: SourceInfoCacheEntry (3207.0) -
キャッシュのエントリを作成します。
...キャッシュのエントリを作成します。
@param si Gem::SourceIndex のインスタンスを指定します。
@param size エントリのサイズを指定します。... -
Gem
:: SourceIndex # length -> Integer (3001.0) -
自身に含まれる Gem の個数を返します。
自身に含まれる Gem の個数を返します。 -
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize) -> Symbol (228.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_bytesize 変換先バッファの容量
@param op......turn 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after output before input
: integer form
Encoding::Converter::PARTIAL_IN......どれかです。
* :invalid_byte_sequence
* :incomplete_input
* :undefined_conversion
* :after_output
* :destination_buffer_full
* :source_buffer_empty
* :finished
//emlist[][ruby]{
ec = Encoding::Converter.new("UTF-8", "EUC-JP")
src = "abc\x81あいう\u{20bb7}\xe3"
dst = ''
begi... -
Encoding
:: Converter # primitive _ convert(source _ buffer , destination _ buffer , destination _ byteoffset , destination _ bytesize , options) -> Symbol (228.0) -
エンコーディング変換のためのメソッドの中で、もっとも細かな扱いが可能なメソッドです。
...一の方法になります。
@param source_buffer 変換元文字列のバッファ
@param destination_buffer 変換先文字列を格納するバッファ
@param destination_byteoffset 変換先バッファでのオフセット
@param destination_bytesize 変換先バッファの容量
@param op......turn 変換結果を表す Symbol
options には以下が指定できます。
: hash form
:partial_input => true # source buffer may be part of larger source
:after_output => true # stop conversion after output before input
: integer form
Encoding::Converter::PARTIAL_IN......どれかです。
* :invalid_byte_sequence
* :incomplete_input
* :undefined_conversion
* :after_output
* :destination_buffer_full
* :source_buffer_empty
* :finished
//emlist[][ruby]{
ec = Encoding::Converter.new("UTF-8", "EUC-JP")
src = "abc\x81あいう\u{20bb7}\xe3"
dst = ''
begi...