• 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: Core-Data Non-Standard Attributes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core-Data Non-Standard Attributes


  • Subject: Re: Core-Data Non-Standard Attributes
  • From: Chris Hanson <email@hidden>
  • Date: Wed, 4 Jan 2006 11:54:18 -0800

On Jan 4, 2006, at 8:28 AM, Volker Schumacher wrote:

I am developing a document based Cocoa application for my diploma thesis which uses CoreData to realize the data model.
The application deals with primitive float arrays. I would like to avoid using an NSArray with NSNumber objects since the element count can be very high.
My problem is to store the float arrays persistent with my data model.

Just use an NSData instance as the storage for your array of floats, and use a binary data attribute to represent this NSData in your model.


  -- Chris

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Core-Data Non-Standard Attributes
      • From: Volker Schumacher <email@hidden>
References: 
 >Core-Data Non-Standard Attributes (From: Volker Schumacher <email@hidden>)

  • Prev by Date: Re: perform ... afterDelay?
  • Next by Date: Re: Toolbar Item Priorities
  • Previous by thread: Re: Core-Data Non-Standard Attributes
  • Next by thread: Re: Core-Data Non-Standard Attributes
  • Index(es):
    • Date
    • Thread