Re: NSData Question... could be a bit odd

2010-06-05 Thread Jens Alfke
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

NSData Question... could be a bit odd

2010-06-05 Thread Development
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 ___