|
| Class | Description |
|---|
.gif) | ASCIIEncoding |
Represents an ASCII character encoding of Unicode characters.
|
.gif) | Decoder |
Converts a sequence of encoded bytes into a set of characters.
|
.gif) | DecoderExceptionFallback |
Throws DecoderFallbackException if an encoded input byte sequence cannot be converted to a decoded output character. This class cannot be inherited.
|
.gif) | DecoderExceptionFallbackBuffer |
Throws DecoderFallbackException when an encoded input byte sequence cannot be converted to a decoded output character. This class cannot be inherited.
|
.gif) | DecoderFallback |
Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character.
|
.gif) | DecoderFallbackBuffer |
Passes a string to a decoding operation that is emitted instead of an output character because an input byte sequence cannot be decoded.
|
.gif) | DecoderFallbackException |
The exception that is thrown when a decoder fallback operation fails. This class cannot be inherited.
|
.gif) | DecoderReplacementFallback |
Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character. The fallback emits a user-specified replacement string instead of a decoded input byte sequence. This class cannot be inherited.
|
.gif) | DecoderReplacementFallbackBuffer |
Represents a substitute output string that is emitted when the original input byte sequence cannot be decoded. This class cannot be inherited.
|
.gif) | Encoder |
Converts a set of characters into a sequence of bytes.
|
.gif) | EncoderExceptionFallback |
Throws a EncoderFallbackException if an input character cannot be converted to an encoded output byte sequence. This class cannot be inherited.
|
.gif) | EncoderExceptionFallbackBuffer |
Throws EncoderFallbackException when an input character cannot be converted to an encoded output byte sequence. This class cannot be inherited.
|
.gif) | EncoderFallback |
Provides a failure-handling mechanism, called a fallback, for an input character that cannot be converted to an encoded output byte sequence.
|
.gif) | EncoderFallbackBuffer |
Passes a string to an encoding operation that is emitted instead of any input character that cannot be encoded.
|
.gif) | EncoderFallbackException |
The exception that is thrown when an encoder fallback operation fails. This class cannot be inherited.
|
.gif) | EncoderReplacementFallback |
Provides a failure handling mechanism, called a fallback, for an input character that cannot be converted to an output byte sequence. The fallback uses a user-specified replacement string instead of the original input character. This class cannot be inherited.
|
.gif) | EncoderReplacementFallbackBuffer |
Represents a substitute input string that is used when the original input character cannot be encoded. This class cannot be inherited.
|
.gif) | Encoding |
Represents a character encoding.
|
.gif) | EncodingInfo |
Provides basic information about an encoding.
|
.gif) | MLangCodePageEncoding | Infrastructure. |
.gif) | StringBuilder |
Represents a mutable string of characters. This class cannot be inherited.
|
.gif) | UnicodeEncoding |
Represents a UTF-16 encoding of Unicode characters.
|
.gif) | UTF32Encoding |
Represents a UTF-32 encoding of Unicode characters.
|
.gif) | UTF7Encoding |
Represents a UTF-7 encoding of Unicode characters.
|
.gif) | UTF8Encoding |
Represents a UTF-8 encoding of Unicode characters.
|