adding byte by byte to a NSMutableData object
adding byte by byte to a NSMutableData object
- Subject: adding byte by byte to a NSMutableData object
- From: Ben Dougall <email@hidden>
- Date: Sat, 4 Oct 2003 16:10:44 +0100
while(os < length) {
oops, sorry. that line should have been:
while(step < length) {
_______________________________________________
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.