Main Page | Report this Page
 
   
Science Forum Index  »  Compression Forum  »  64bit gzip and 32bit gzip interoperability
Page 1 of 1    
Author Message
Ron
Posted: Wed Feb 27, 2008 3:01 pm
Guest
I am using 32bit gzip version 1.3.5. Can it decompress a .gz file
compressed by 64bit gzip?
Mark Adler
Posted: Wed Feb 27, 2008 5:57 pm
Guest
On Feb 27, 5:01 pm, Ron <ron.skywal...@gmail.com> wrote:
Quote:
I am using 32bit gzip version 1.3.5. Can it decompress a .gz file
compressed by 64bit gzip?

Yes.

Mark
cr88192
Posted: Wed Feb 27, 2008 9:24 pm
Guest
"Ron" <ron.skywalker@gmail.com> wrote in message
news:3d06e8fc-7564-4b08-b9ea-e0f091b0f5b2@x41g2000hsb.googlegroups.com...
Quote:
I am using 32bit gzip version 1.3.5. Can it decompress a .gz file
compressed by 64bit gzip?

if you mean in terms of CPU architecture, it should make no real difference
(the Deflate bitstream is independent of the arch, so on linux x86-64, we
can still produce a file that will decode in 16 bit DOS...).

however, if you mean Deflate-64 (a version of deflate with a 64kB window
used), then that will decode on some inflaters but not on others (AFAIK, no
version of either gzip or zlib produce this format, but it can be optionally
produced by, I think, PKZip, WinZip, 7-Zip, ...).

or such...
 
Page 1 of 1       All times are GMT - 5 Hours
The time now is Wed Oct 15, 2008 6:29 pm