| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On 15-Mar-06, at 12:37 , Peter Murray wrote:Does anyone know if the native .dmg file format is documented anywhere in enough detail to implement a Java interface to it?An interesting idea -- but I think implementing this idea might be quite a bit bigger than you are expecting.The problem is that DMG is just a container format for virtualizing a disk as a file. The virtualized "disk" still needs a filesystem. Thus, at the very least, you're going to need to implement both the DMG container creation code, and a filesystem handler in Java (probably good to start with just HFS). Then, if you want it, there are the compression (ZLIB) and encryption (AES-256) layers to implement, although Java routines already exist to handle these on their own, making DMG compression and exception somewhat easier.Sounds like an interesting possibility for an Open Source project to me.Brad BARCLAY,
Lead Developer & Project Administrator,
The jSyncManager Project.
=-=-=-=-=-=-=-=-=-=
>From the Mac OS X Desktop of Brad BARCLAY
E-Mail: email@hidden Web: http://www.jsyncmanager.org
_______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/email@hidden This email sent to email@hidden
| References: | |
| >Create a dmg file from java? (From: "Peter Murray" <email@hidden>) | |
| >Re: Create a dmg file from java? (From: Steve Roy <email@hidden>) | |
| >Re: Create a dmg file from java? (From: "Peter Murray" <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.