• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSMutableData and Pinned Memory buffers..
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSMutableData and Pinned Memory buffers..


  • Subject: Re: NSMutableData and Pinned Memory buffers..
  • From: Kevin Perry <email@hidden>
  • Date: Thu, 13 Dec 2012 16:28:09 -0800

On Dec 13, 2012, at 4:24 PM, Greg Parker <email@hidden> wrote:

> On Dec 13, 2012, at 4:13 PM, Robert Monaghan <email@hidden> wrote:
>> I went ahead and created a really crude subclass of NSMutableData. It seems to work for my situation.
>> Attached is the code, for posterity. (I am sure I won't be the only one working around this.)
>>
>> Any suggestions to make this a bit more "Proper" are welcome.
>
> If that's all you need then you should wrap the buffer in an immutable NSData. NSData won't mind if you poke directly at the contents of the buffer.

Except that he's probably expecting to be able to invoke -mutableBytes and modify the buffer's contents without changing the length. Immutable NSData objects don't respond to -mutableBytes.
_______________________________________________

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

  • Follow-Ups:
    • Re: NSMutableData and Pinned Memory buffers..
      • From: Gwynne Raskind <email@hidden>
    • Re: NSMutableData and Pinned Memory buffers..
      • From: Melissa J Turner <email@hidden>
References: 
 >NSMutableData and Pinned Memory buffers.. (From: Robert Monaghan <email@hidden>)
 >Re: NSMutableData and Pinned Memory buffers.. (From: Kevin Perry <email@hidden>)
 >Re: NSMutableData and Pinned Memory buffers.. (From: Robert Monaghan <email@hidden>)
 >Re: NSMutableData and Pinned Memory buffers.. (From: Greg Parker <email@hidden>)

  • Prev by Date: Re: NSMutableData and Pinned Memory buffers..
  • Next by Date: Re: NSMutableData and Pinned Memory buffers..
  • Previous by thread: Re: NSMutableData and Pinned Memory buffers..
  • Next by thread: Re: NSMutableData and Pinned Memory buffers..
  • Index(es):
    • Date
    • Thread