| Base64 |
Decodes file encoded with Base64 encoding. |
| Base64Data |
Decodes byte array encoded with Base64 encoding. |
| Base64Text |
Decodes text encoded with Base64 encoding. |
| BinHex4 |
Decodes file encoded with BinHex4 encoding. |
| QuotedPrintable |
Decodes file encoded with Quoted-Printable
encoding. |
| QuotedPrintableData |
Decodes byte array encoded with Quoted-Printable
encoding. |
| QuotedPrintableText |
Decodes text encoded with Quoted-Printable
encoding. |
| Uudecode |
Decodes file encoded with UU encoding. |
| UudecodeText |
Decodes text encoded with UU encoding. |