Re: Class for reading from buffer
Re: Class for reading from buffer
- Subject: Re: Class for reading from buffer
- From: ber <email@hidden>
- Date: Fri, 20 Sep 2002 11:36:00 -0400
Would converting to NSString and using NSScanner work for you?
Or using the C library sscanf() on the null terminated buffer?
brian
On Friday, September 20, 2002, at 10:19 AM, Claudius Sailer wrote:
Hi,
has someone a class where I can read short, int, long, single, double,
etc from a char *buffer?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.