On Jun 5, 2010, at 2:00 PM, Development wrote:
> What I need to do is have a backwards copy of the data in memory that I can
> quickly dump. The thing is I'm not entirely sure how I would go about getting
> the data in to a new object backwards. Any ideas?
Create a new NSMutableData of the sam
I have an NSData object I'm using because they are easier than buffers.
What I need to do is have a backwards copy of the data in memory that I can
quickly dump. The thing is I'm not entirely sure how I would go about getting
the data in to a new object backwards. Any ideas?
Thanks
___