Метод | Описание | |
---|---|---|
Create ( int codepage, |
||
Create ( int codepage, bool throwOnError ) : |
||
GetByteCount ( char chars, int index, int count ) : int | ||
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int | ||
GetCharCount ( byte bytes, int index, int count ) : int | ||
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
GetDecoder ( ) : |
||
GetEncoder ( ) : |
||
GetMaxByteCount ( int charCount ) : int | ||
GetMaxCharCount ( int byteCount ) : int | ||
IsAlwaysNormalized ( NormalizationForm form ) : bool | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
Create ( |
||
CreateEncoding ( int codepage, |
||
GetCodePage ( int firstChar ) : int | ||
GetKCodeName ( IronRuby.Builtins.RubyEncoding encoding ) : string | ||
KCoding ( |
public static Create ( int codepage, |
||
codepage | int | |
encoderFallback | ||
decoderFallback | ||
Результат |
public static Create ( int codepage, bool throwOnError ) : |
||
codepage | int | |
throwOnError | bool | |
Результат |
public GetByteCount ( char chars, int index, int count ) : int | ||
chars | char | |
index | int | |
count | int | |
Результат | int |
public GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int | ||
chars | char | |
charIndex | int | |
charCount | int | |
bytes | byte | |
byteIndex | int | |
Результат | int |
public GetCharCount ( byte bytes, int index, int count ) : int | ||
bytes | byte | |
index | int | |
count | int | |
Результат | int |
public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
bytes | byte | |
byteIndex | int | |
byteCount | int | |
chars | char | |
charIndex | int | |
Результат | int |
public GetMaxByteCount ( int charCount ) : int | ||
charCount | int | |
Результат | int |
public GetMaxCharCount ( int byteCount ) : int | ||
byteCount | int | |
Результат | int |
public IsAlwaysNormalized ( NormalizationForm form ) : bool | ||
form | NormalizationForm | |
Результат | bool |