On 2014-12-12, Kristian Rosenvold wrote: > I am investigating the possibility to transfer zip entries from one > file to another without actually compressing/decompressing them. Is > this possible ? (It appears not...)
not using Commons Compress. > If not, would it be feasible to do this ? Technically yes, but you'd have to get a lot closer to the streams than you can do with the Zip*Stream classes. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
