This would work nice for tar.gz, but not so nice for zip and other formats which tend to combine aggregation and compression in one operation. The main question is, what exactly should do split(Zip) and what decompress(Zip) in your scenario?
Christian Schneider wrote: > > How about using .compress to compress and .decompress to extract > something? > > Could perhaps the notion of extracting several parts from a container be > handled with the existing splitting component? > I imagine a 2 phase extraction like in tar.gz: > .decompress(Gzip).split(Tar) > > or for a zip file: > .decompress(Zip).split(Zip) > > -- > > Christian Schneider > --- > http://www.liquid-reality.de > > > -- View this message in context: http://www.nabble.com/Zip-format-problem-tp25723682p25738016.html Sent from the Camel - Users mailing list archive at Nabble.com.
