00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSData.h" 00008 00009 @interface NSData (MimeDataEncoding) 00010 + (unsigned int)quotedPrintableLengthOfHeaderBytes:(const char *)fp8 length:(unsigned int)fp12; 00011 - (id)decodeQuotedPrintableForText:(BOOL)fp8; 00012 - (id)encodeQuotedPrintableForText:(BOOL)fp8; 00013 - (id)encodeQuotedPrintableForText:(BOOL)fp8 allowCancel:(BOOL)fp12; 00014 - (id)decodeBase64; 00015 - (id)decodeBase64InRange:(struct _NSRange *)fp8; 00016 - (BOOL)isValidBase64Data; 00017 - (id)encodeBase64WithoutLineBreaks; 00018 - (id)encodeBase64WithoutLineBreaksOrPadding; 00019 - (id)encodeBase64; 00020 - (id)encodeBase64AllowCancel:(BOOL)fp8; 00021 - (id)decodeModifiedBase64; 00022 - (id)encodeModifiedBase64; 00023 - (id)encodeBase64HeaderData; 00024 - (void)appendBase64EncodedDataToData:(id)fp8; 00025 @end 00026