It certainly sounds like it could fit within Commons VFS, or perhaps Commons Compress.
DMG is tricky as it's a filesystem image, which could have many types of filesystems within it. It sounds like you have already thought about it - what inner filesystems in DMG would this code plan to support? On 21 May 2016 9:10 a.m., "Christofer Dutz" <christofer.d...@c-ware.de> wrote: > Hi, > > > for the Apache Flex project I have been working hard on some code to > unpack DMG images as all libs I could find were GPL I implemented > everything by reading the specs. I am not quite finished. The DMG part is > finished, now I'm working on parsing the mac filesystem BTree ... will > still take a while, but I think locating this code in the Apache Flex > project doesn't seem to be the right place. After reading the Apache > Commons VFS release earlier today I think this would be the best place to > put it. > > > Is there any interest in this? > > > Chris >