Re: NSData disecting / stepping through?
Re: NSData disecting / stepping through?
- Subject: Re: NSData disecting / stepping through?
- From: "Alastair J.Houghton" <email@hidden>
- Date: Wed, 6 Aug 2003 23:57:07 +0100
On Wednesday, August 6, 2003, at 11:39 pm, publiclook wrote:
On Wednesday, August 6, 2003, at 06:06 PM, Ben Dougall wrote:
is it possible to look at an NSData object byte by byte somehow? or
search through it? disect it basically. can't see how, if it's
possible that is. thanks.
There is a -bytes method and there is also -description
There's also a -getBytes:range: method that is quite useful for this
sort of thing.
Kind regards,
Alastair.
_______________________________________________
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.