From 42848b23d2f5f49ff753baa9816da32b5ddd9e6e Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 19 Jun 2009 14:35:03 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20to=20TableContent.m:=20-=20(NSArray?= =?UTF-8?q?=20*=20)currentDataResult=20--=20like=20currentResult=20but=20r?= =?UTF-8?q?eturns=20"BLOB"=20for=20blob=20data=20and=20a=20base64=20encode?= =?UTF-8?q?d=20string=20for=20images=20=C3=A0=20la=20=20=20-=20(NSString=20*=20)=20base64EncodingO?= =?UTF-8?q?fData:(NSData=20*=20)data=20withLineLength:(unsigned=20int)line?= =?UTF-8?q?Length=20--=20it=20returns=20a=20base64=20encoded=20string=20of?= =?UTF-8?q?=20data=20=E2=80=A2=20changed:=20currentDataResult=20is=20now?= =?UTF-8?q?=20called=20for=20printing=20from=20the=20Table=20Content=20Bro?= =?UTF-8?q?wser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableContent.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/TableContent.h') diff --git a/Source/TableContent.h b/Source/TableContent.h index 1c294144..80305fca 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -108,6 +108,9 @@ //getter methods - (NSArray *)currentResult; +- (NSArray *)currentDataResult; + +- (NSString *) base64EncodingOfData:(NSData*)data withLineLength:(unsigned int)lineLength; //additional methods - (void)setConnection:(CMMCPConnection *)theConnection; -- cgit v1.2.3