Re: NSData, CFData maximum length question
Re: NSData, CFData maximum length question
- Subject: Re: NSData, CFData maximum length question
- From: Wade Tregaskis <email@hidden>
- Date: Wed, 21 Mar 2012 23:41:47 -0700
> I'm not sure what [NSMutableData dataWithCapacity:0] does, but it's not a simple call to CFDataCreateMutable(kCFAllocatorDefault, 0) which is why it behaves differently as well.
It probably ignores the specified capacity, for a start. NSMutableDictionary does for its equivalent method, as does NSMutableArray IIRC.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden