#import <NSData-MimeDataEncoding.h>
Öffentliche Methoden | |
| (id) | - decodeQuotedPrintableForText: |
| (id) | - encodeQuotedPrintableForText: |
| (id) | - encodeQuotedPrintableForText:allowCancel: |
| (id) | - decodeBase64 |
| (id) | - decodeBase64InRange: |
| (BOOL) | - isValidBase64Data |
| (id) | - encodeBase64WithoutLineBreaks |
| (id) | - encodeBase64WithoutLineBreaksOrPadding |
| (id) | - encodeBase64 |
| (id) | - encodeBase64AllowCancel: |
| (id) | - decodeModifiedBase64 |
| (id) | - encodeModifiedBase64 |
| (id) | - encodeBase64HeaderData |
| (void) | - appendBase64EncodedDataToData: |
Öffentliche, statische Methoden | |
| (unsigned int) | + quotedPrintableLengthOfHeaderBytes:length: |
Definiert in Zeile 9 der Datei NSData-MimeDataEncoding.h.
| + (unsigned int) quotedPrintableLengthOfHeaderBytes: | (const char *) | fp8 | ||
| length: | (unsigned int) | fp12 | ||
| - (id) decodeQuotedPrintableForText: | (BOOL) | fp8 |
| - (id) encodeQuotedPrintableForText: | (BOOL) | fp8 |
| - (id) encodeQuotedPrintableForText: | (BOOL) | fp8 | ||
| allowCancel: | (BOOL) | fp12 | ||
| - (id) decodeBase64 |
| - (id) decodeBase64InRange: | (struct _NSRange *) | fp8 |
| - (BOOL) isValidBase64Data |
| - (id) encodeBase64WithoutLineBreaks |
| - (id) encodeBase64WithoutLineBreaksOrPadding |
| - (id) encodeBase64 |
| - (id) encodeBase64AllowCancel: | (BOOL) | fp8 |
| - (id) decodeModifiedBase64 |
| - (id) encodeModifiedBase64 |
| - (id) encodeBase64HeaderData |
| - (void) appendBase64EncodedDataToData: | (id) | fp8 |