Hi James, It uses Java's built-in Zip API, which AFAIK supports ZIP64 if you're on Java 7 or later [1]. This ZipFileDataFormat is also for single-file archives. I have no idea what an enhancement to allow it to handle multi-file Zips would look like :-)
Take care, Daniel [1] https://blogs.oracle.com/xuemingshen/entry/zip64_support_for_4g_zipfile -----Original Message----- From: jhart [mailto:[email protected]] Sent: Wednesday, February 13, 2013 1:55 PM To: [email protected] Subject: Re: Support for zip (de)compression Does this support multi file zip64 files? I hacked a zip64 handler that only handles expansion of single file zip64 files, but we really need to be able to handle multifile zip64 files. -- View this message in context: http://camel.465427.n5.nabble.com/Support-for-zip-de-compression-tp57273 57p5727547.html Sent from the Camel Development mailing list archive at Nabble.com.
