Class |
Description |
ASCIIEncoding |
Represents an ASCII character encoding. This class is an abstract class. |
Decoder |
Converts blocks of bytes into blocks of characters. This class is abstract, and its methods must be overridden. |
Encoder |
Encodes a sequence of blocks of characters into blocks of bytes. This is an abstract class, and its methods must be overridden. |
Encoding |
The Encoding class represents a character encoding. Methods are provided to convert arrays and strings of unicode characters to and from arrays of bytes. |
StringBuilder |
Represents a custom constructor for strings and is used in conjunction with the String class to carry out modifications upon strings. |
UnicodeEncoding |
Defines behaviors specific to a writing system, and represents a Unicode character encoding. |
UTF7Encoding |
Represents a set of methods for translating between Unicode and the UTF-7 byte encoding (UCS Transformation Format, 7-bit form). |
UTF8Encoding |
Represents a UTF8 character encoding, implementing a set of methods for translating between Unicode and UTF-8 byte encoding. |