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
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,
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