Description
This is a RFE to implement the decompression of zip file entries using the imploded compression method (aka method 6). This method is found in archives created with old versions of PKZip. Only the decompression operation is really useful since this method is less efficient than deflate.
Some links with technical information about this format:
http://www.pkware.com/documents/casestudies/APPNOTE.TXT
http://en.wikipedia.org/wiki/Shannon%E2%80%93Fano_coding
http://en.wikipedia.org/wiki/LZ77
http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/unzip/explode.c
Attachments
Attachments
Issue Links
- is blocked by
-
COMPRESS-93 Support for alternative ZIP compression methods
- Open