Re: adding byte by byte to a NSMutableData object
Re: adding byte by byte to a NSMutableData object
- Subject: Re: adding byte by byte to a NSMutableData object
- From: Dustin Voss <email@hidden>
- Date: Sat, 4 Oct 2003 11:58:03 -0700
The two fastest ways to add bytes to an NSMutableData, if the bytes
aren't already in an NSData object, seem to be addBytes:length:, or
increaseLengthBy: and set the new bytes with mutableBytes.
_______________________________________________
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.