Re: Interest in some code to read DMG files?

2016-05-21 Thread Benedikt Ritter
Galaxy Smartphone gesendet. > > > Ursprüngliche Nachricht > Von: Benedikt Ritter > Datum: 21.05.16 16:42 (GMT+01:00) > An: Commons Developers List > Betreff: Re: Interest in some code to read DMG files? > > Hi, > > Bernd Eckenfels schrieb am Sa., 21. Ma

AW: Interest in some code to read DMG files?

2016-05-21 Thread Christofer Dutz
Hi Benedikt, Image like iso image not like jpeg image :-) Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Benedikt Ritter Datum: 21.05.16 16:42 (GMT+01:00) An: Commons Developers List Betreff: Re: Interest in some code to read DMG files

Re: Interest in some code to read DMG files?

2016-05-21 Thread Benedikt Ritter
Hi, Bernd Eckenfels schrieb am Sa., 21. Mai 2016 um 14:35 Uhr: > Hello Christofer, > > there is no low level filesystem image or arhive file code in VFS, so I > think it would be better to add it to commons-compress. We could then > add a VFS provider on top of it for more FS abstractions. > > W

Re: Interest in some code to read DMG files?

2016-05-21 Thread Bernd Eckenfels
Hello Christofer, there is no low level filesystem image or arhive file code in VFS, so I think it would be better to add it to commons-compress. We could then add a VFS provider on top of it for more FS abstractions. When implementing it, it might be good to adhere to the NIO filesystem abstract

AW: Interest in some code to read DMG files?

2016-05-21 Thread Christofer Dutz
her belong to apache commons. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Stefan Bodewig Datum: 21.05.16 13:26 (GMT+01:00) An: Commons Developers List Betreff: Re: Interest in some code to read DMG files? On 2016-05-21, Stian Soiland-R

Re: Interest in some code to read DMG files?

2016-05-21 Thread Stefan Bodewig
On 2016-05-21, Stian Soiland-Reyes wrote: > It certainly sounds like it could fit within Commons VFS, or perhaps > Commons Compress. I think VFS would be the better fit as the code that dealt with the underlying file system doesn't sound like it belonged into Compress. But I've not been contribut

Re: Interest in some code to read DMG files?

2016-05-21 Thread Stian Soiland-Reyes
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? O

Interest in some code to read DMG files?

2016-05-21 Thread Christofer Dutz
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