RE: [boost] Re: Compression usinig IOStreams library

George M. Garner Jr. <gmgarner@erols.com> wrote: [Jonathan Turkanis wrote:]
Dumb question - is Winzip supposed to be able to read the zlib format? I usually use it to decompress .zip or tar.gz archives.
Well I made that assumption because Winzip and XP both maintain associations for the .z extension. This is from the Winzip help file: <snip>
The ".Z" extension is conventionally used for files compressed with the Unix "compress" program, which uses LZW. zlib and gzip were created to provide a patent-free alternative to it. They use the same compression algorithm as PKZip and WinZip but do not use the PKZip file format. I doubt that WinZip has any support for raw compressed files.

"Ben Hutchings" <ben.hutchings@businesswebsoftware.com> wrote in message news:A7F746377BDB7D4EA8E6623AF92F43C80C7D93@copper.bwsint.com...
George M. Garner Jr. <gmgarner@erols.com> wrote: [Jonathan Turkanis wrote:]
Dumb question - is Winzip supposed to be able to read the zlib format? I usually use it to decompress .zip or tar.gz archives.
Well I made that assumption because Winzip and XP both maintain associations for the .z extension. This is from the Winzip help file: <snip>
The ".Z" extension is conventionally used for files compressed with the Unix "compress" program, which uses LZW. zlib and gzip were created to provide a patent-free alternative to it. They use the same compression algorithm as PKZip and WinZip but do not use the PKZip file format. I doubt that WinZip has any support for raw
Thanks. I guess my use of the .z extension in the zlib example is misleading. Maybe I'll leave off the extension altogether. Jonathan
participants (2)
-
Ben Hutchings
-
Jonathan Turkanis