Skip navigation.
 
mlRe: Embedding binary data in an application's property list
FROM : The Karl Adam
DATE : Thu Dec 16 18:52:03 2004

It is base 64 encoded binary data. Somewhere in the mountains of
documentation it is mentioned. I forget where though, now if only we
had access to thier base 64 encoder so I didn't have to right my own
for base 64, 32, and 16 encodings.

-Karl


On Thu, 16 Dec 2004 13:20:25 +0000, Frederick Cheung <<email_removed>> wrote:
>
> On 16 Dec 2004, at 05:59, Andrew White wrote:
>
> > Lee Morgan wrote:
> >> You might want to look at NSData.
> >> I think that's what your looking for.
> >
> > Except that I can find no documentation on the packing format used by
> > NSData.
> >
> > http://developer.apple.com/documentation/CoreFoundation/Conceptual/
> > CFPropertyLists/index.html#//apple_ref/doc/uid/10000130i
> >
> > gives an example, but all that example does is show that some form of
> > encoding is used.  I couldn't find a definition of the encoding in the
> > attached documentation.
> >
> Looks like base64 to me
>
> Fred
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/karl.<email_removed>
>
> This email sent to karl.<email_removed>
>

Related mailsAuthorDate
mlEmbedding binary data in an application's property list Andrew White Dec 16, 04:21
mlRe: Embedding binary data in an application's property list Lee Morgan Dec 16, 06:04
mlRe: Embedding binary data in an application's property list Andrew White Dec 16, 06:59
mlRe: Embedding binary data in an application's property list Frederick Cheung Dec 16, 14:20
mlRe: Embedding binary data in an application's property list The Karl Adam Dec 16, 18:52
mlRe: Embedding binary data in an application's property list PA Dec 16, 18:56