Class Swift_Encoding
| Inheritance | Swift_Encoding |
|---|
Provides quick access to each encoding type.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| get7BitEncoding() | Get the Encoder that provides 7-bit encoding. | Swift_Encoding |
| get8BitEncoding() | Get the Encoder that provides 8-bit encoding. | Swift_Encoding |
| getBase64Encoding() | Get the Encoder that provides Base64 encoding. | Swift_Encoding |
| getQpEncoding() | Get the Encoder that provides Quoted-Printable (QP) encoding. | Swift_Encoding |
Method Details
Get the Encoder that provides 7-bit encoding.
| public static Swift_Mime_ContentEncoder get7BitEncoding ( ) |
Get the Encoder that provides 8-bit encoding.
| public static Swift_Mime_ContentEncoder get8BitEncoding ( ) |
Get the Encoder that provides Base64 encoding.
| public static Swift_Mime_ContentEncoder getBase64Encoding ( ) |
Get the Encoder that provides Quoted-Printable (QP) encoding.
| public static Swift_Mime_ContentEncoder getQpEncoding ( ) |