Encoding
Contents
[
Hide
]Encoding class
Represents a character encoding.
Methods
| Name | Description |
|---|---|
| getASCII | Gets an encoding for the ASCII (7-bit) character set. |
| getUTF7 | Gets an encoding for the UTF-7 format. |
| getUTF8 | Gets an encoding for the UTF-8 format. |
| getUTF8NoBOM | Gets an encoding for the UTF-8 format without the UTF-8 identifier. |
| getUnicode | Gets an encoding for the UTF-16 format using the little endian byte order. |
| getBigEndianUnicode | Gets an encoding for the UTF-16 format using the big endian byte order. |
| getDefault | Gets an encoding for the operating system’s current ANSI code page. |
| getEncoding | Returns the encoding associated with the specified code page identifier. |
| equals | Determines whether the specified Object is equal to the current instance. |