Property | Type | Description | |
---|---|---|---|
Clone | Object | ||
CreateDefaultEncoding | |||
DeserializeEncoding | void | ||
GetBestFitBytesToUnicodeData | char[] | ||
GetBestFitUnicodeToBytesData | char[] | ||
GetByteCount | int | ||
GetByteCount | int | ||
GetBytes | int | ||
GetBytes | int | ||
GetCharCount | int | ||
GetCharCount | int | ||
GetChars | int | ||
GetChars | int | ||
GetDataItem | void | ||
GetEncodingCodePage | Encoding | ||
GetEncodingRare | Encoding | ||
IsAlwaysNormalized | bool | ||
IsAlwaysNormalized | bool | ||
OnDeserialized | void | ||
OnDeserialized | void | ||
OnDeserializing | void | ||
OnDeserializing | void | ||
OnSerializing | void | ||
SerializeEncoding | void | ||
SetDefaultFallbacks | void | ||
ThrowBytesOverflow | void | ||
ThrowBytesOverflow | void | ||
ThrowCharsOverflow | void | ||
ThrowCharsOverflow | void |
Method | Description | |
---|---|---|
Convert ( |
||
Convert ( |
||
Equals ( Object value ) : bool | ||
GetByteCount ( String s ) : int | ||
GetByteCount ( char chars ) : int | ||
GetByteCount ( char chars, int index, int count ) : int | ||
GetBytes ( String s ) : byte[] | ||
GetBytes ( char chars ) : byte[] | ||
GetBytes ( char chars, int index, int count ) : byte[] | ||
GetBytes ( String s, int charIndex, int charCount, byte bytes, int byteIndex ) : int | ||
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int | ||
GetCharCount ( byte bytes ) : int | ||
GetCharCount ( byte bytes, int index, int count ) : int | ||
GetChars ( byte bytes ) : char[] | ||
GetChars ( byte bytes, int index, int count ) : char[] | ||
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
GetDecoder ( ) : |
||
GetEncoder ( ) : |
||
GetEncoding ( String name ) : |
||
GetEncoding ( String name, |
||
GetEncoding ( int codepage ) : |
||
GetEncoding ( int codepage, |
||
GetEncodings ( ) : EncodingInfo[] | ||
GetHashCode ( ) : int | ||
GetMaxByteCount ( int charCount ) : int | ||
GetMaxCharCount ( int byteCount ) : int | ||
GetPreamble ( ) : byte[] | ||
GetString ( byte bytes ) : String | ||
GetString ( byte bytes, int index, int count ) : String |
Method | Description | |
---|---|---|
Encoding ( ) : System | ||
Encoding ( int codePage ) : System |
Method | Description | |
---|---|---|
Clone ( ) : Object | ||
CreateDefaultEncoding ( ) : |
||
DeserializeEncoding ( SerializationInfo info, StreamingContext context ) : void | ||
GetBestFitBytesToUnicodeData ( ) : char[] | ||
GetBestFitUnicodeToBytesData ( ) : char[] | ||
GetByteCount ( char chars, int count ) : int | ||
GetByteCount ( char chars, int count, |
||
GetBytes ( char chars, int charCount, byte bytes, int byteCount ) : int | ||
GetBytes ( char chars, int charCount, byte bytes, int byteCount, |
||
GetCharCount ( byte bytes, int count ) : int | ||
GetCharCount ( byte bytes, int count, |
||
GetChars ( byte bytes, int byteCount, char chars, int charCount ) : int | ||
GetChars ( byte bytes, int byteCount, char chars, int charCount, |
||
GetDataItem ( ) : void | ||
GetEncodingCodePage ( int CodePage ) : Encoding | ||
GetEncodingRare ( int codepage ) : Encoding | ||
IsAlwaysNormalized ( ) : bool | ||
IsAlwaysNormalized ( NormalizationForm form ) : bool | ||
OnDeserialized ( ) : void | ||
OnDeserialized ( StreamingContext ctx ) : void | ||
OnDeserializing ( ) : void | ||
OnDeserializing ( StreamingContext ctx ) : void | ||
OnSerializing ( StreamingContext ctx ) : void | ||
SerializeEncoding ( SerializationInfo info, StreamingContext context ) : void | ||
SetDefaultFallbacks ( ) : void | ||
ThrowBytesOverflow ( ) : void | ||
ThrowBytesOverflow ( EncoderNLS encoder, bool nothingEncoded ) : void | ||
ThrowCharsOverflow ( ) : void | ||
ThrowCharsOverflow ( DecoderNLS decoder, bool nothingDecoded ) : void |
public static Convert ( |
||
srcEncoding | ||
dstEncoding | ||
bytes | byte | |
return | byte[] |
public static Convert ( |
||
srcEncoding | ||
dstEncoding | ||
bytes | byte | |
index | int | |
count | int | |
return | byte[] |
public abstract GetByteCount ( char chars, int index, int count ) : int | ||
chars | char | |
index | int | |
count | int | |
return | int |
public GetBytes ( char chars, int index, int count ) : byte[] | ||
chars | char | |
index | int | |
count | int | |
return | byte[] |
public GetBytes ( String s, int charIndex, int charCount, byte bytes, int byteIndex ) : int | ||
s | String | |
charIndex | int | |
charCount | int | |
bytes | byte | |
byteIndex | int | |
return | int |
public abstract GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : int | ||
chars | char | |
charIndex | int | |
charCount | int | |
bytes | byte | |
byteIndex | int | |
return | int |
public abstract GetCharCount ( byte bytes, int index, int count ) : int | ||
bytes | byte | |
index | int | |
count | int | |
return | int |
public GetChars ( byte bytes, int index, int count ) : char[] | ||
bytes | byte | |
index | int | |
count | int | |
return | char[] |
public abstract GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
bytes | byte | |
byteIndex | int | |
byteCount | int | |
chars | char | |
charIndex | int | |
return | int |
public static GetEncoding ( String name ) : |
||
name | String | |
return |
public static GetEncoding ( String name, |
||
name | String | |
encoderFallback | ||
decoderFallback | ||
return |
public static GetEncoding ( int codepage ) : |
||
codepage | int | |
return |
public static GetEncoding ( int codepage, |
||
codepage | int | |
encoderFallback | ||
decoderFallback | ||
return |
public static GetEncodings ( ) : EncodingInfo[] | ||
return | EncodingInfo[] |
public abstract GetMaxByteCount ( int charCount ) : int | ||
charCount | int | |
return | int |
public abstract GetMaxCharCount ( int byteCount ) : int | ||
byteCount | int | |
return | int |
public GetString ( byte bytes, int index, int count ) : String | ||
bytes | byte | |
index | int | |
count | int | |
return | String |