On 04/08/2010, at 11:02 PM, Marcus Karlsson wrote:

> 3. Use a single NSMutableData object. Once enough data has arrived move the 
> data that may have been appended later to the beginning and adjust the 
> capacity.
> 
> Any opinions on which one to use or ideas on even better ones?


This one's easiest. Use -replaceBytesInRange:withBytes:length:

This works if the replacement bytes are nil, so acting to delete a range of 
bytes. The range would be from 0 to however much you've processed so far.

--Graham




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to