Re: zeroing out unused bytes from NSData
Re: zeroing out unused bytes from NSData
- Subject: Re: zeroing out unused bytes from NSData
- From: Daryn <email@hidden>
- Date: Fri, 16 May 2003 23:46:31 -0500
If you can use NSMutableData, try resetBytesInRange:.
On Wednesday, April 16, 2003, at 12:26 PM, Salanki Benjamin wrote:
Hello.
I have an NSData structure that has unused bytes at the end. How can I
zero out the unused bytes at the end so that my NSDatat will have only
used bytes in it?
thx
Ben
_______________________________________________
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.
Daryn
_______________________________________________
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.