Re: [compress] ZIP unshrinking support

2013-12-07 Thread Emmanuel Bourg
In the same vein it looks like the method 12 (bzip2) should be easy to implement. Emmanuel Bourg Le 06/12/2013 20:26, Damjan Jovanovic a écrit : > Hi > > I just committed a patch for decompressing ZIP entries using method 1 > ("unshrinking"), but it's only for ZipFile. > > If someone wants to

Re: [compress] ZIP unshrinking support

2013-12-06 Thread Stefan Bodewig
On 2013-12-06, Damjan Jovanovic wrote: > I just committed a patch for decompressing ZIP entries using method 1 > ("unshrinking"), but it's only for ZipFile. Cool. Do you know how to create such an archive so we can have a real testcase? InfoZip zip on my Linux box only supports methods stored,

[compress] ZIP unshrinking support

2013-12-06 Thread Damjan Jovanovic
Hi I just committed a patch for decompressing ZIP entries using method 1 ("unshrinking"), but it's only for ZipFile. If someone wants to help patch ZipInputStream, please feel free. It may be worth refactoring decompression in that class, because it will just keep getting worse as more compressio