[delphizip] Re: AW: Re: Unzip gz files

  • From: Eric.Engler@xxxxxxxxxxxxxx
  • To: delphizip@xxxxxxxxxxxxx
  • Date: Fri, 15 Nov 2002 10:06:09 -0500

There's not much I can do for you.
You might want to see if the zlib code can help you.

gzip is a format that can only compress one file.
It has a very small header that doesn't even contain
a filename.

zlib can easily be used with the gzip format if you
write some code to deal with that small header. I'm not=20
sure about what's there, but it seems like it should
be trivial.

Eric

-----Original Message-----
From: Thomas Wasner [mailto:wasner@xxxxxxxx]
Sent: Friday, November 15, 2002 9:49 AM
To: delphizip@xxxxxxxxxxxxx
Subject: [delphizip] AW: Re: Unzip gz files



Thanks Eric,

but i am using C++ Builder and i was already trying some of the
Delphigunziptools but with no luck ..

regards
Thomas




-----Urspr=FCngliche Nachricht-----
Von: delphizip-bounce@xxxxxxxxxxxxx
[mailto:delphizip-bounce@xxxxxxxxxxxxx]Im Auftrag von
Eric.Engler@xxxxxxxxxxxxxx
Gesendet: Freitag, 15. November 2002 15:27
An: delphizip@xxxxxxxxxxxxx
Betreff: [delphizip] Re: Unzip gz files



Delphi Zip doesn't handle GNU ZIP files.

Do a web search for "delphigzip".

Eric

-----Original Message-----
From: Thomas Wasner [mailto:wasner@xxxxxxxx]
Sent: Friday, November 15, 2002 3:25 AM
To: delphizip@xxxxxxxxxxxxx
Subject: [delphizip] Unzip gz files



Hi all,

is there a easy possibility to Unzip Unix-gz Files ??

Any infos are appreciated..

regards
Thomas







Other related posts: