Click to See Complete Forum and Search --> : GZip64 encoding API


tien
May 13th, 2004, 05:16 AM
I don't know if this is the right place to place this thread.

Does anyone where I can get GZip64 C/C++ API ?

Yves M
May 13th, 2004, 06:06 AM
Isn't Gzip64 only the zip format encoded in base 64? If that's the case, you could use zlib along with a base64 decoder.

Lee Cheon-Sin
May 15th, 2006, 08:48 PM
...or does he mean a 64-bit capable GZip format? You know, like the new ZIP format that breaks the 4 GB barrier (as Deflate64).