Page 1 of 1
gzip decompression algorithm
Posted: Wed Jun 11, 2008 5:35 pm
by FlashBurn
I´m searching for a paper/tutorial to write my own decompression function for a gzip file.
I asked google, but because english isn´t my natural language, I don´t know the right key words.
So I hope here are someones who can point me in the right direction!
Posted: Wed Jun 11, 2008 5:51 pm
by Brynet-Inc
Look at
RFC 1952
Posted: Sun Jun 15, 2008 11:30 am
by FlashBurn
Thanks, that are the infos I were looking for!
Re: gzip decompression algorithm
Posted: Thu Jun 19, 2008 12:16 am
by DeletedAccount
I think .zip's use Ziv - Lempal compression algorithm . Please google on Ziv-Lempal compression
Regards
Sandeep Mathew
Re: gzip decompression algorithm
Posted: Thu Jun 19, 2008 4:15 am
by Combuster
Typo: it's "Lemp
el". Not that google wouldn't correct it
http://en.wikipedia.org/wiki/LZ77_and_LZ78 <- good starting point on how those compression schemes works at the basis
Re: gzip decompression algorithm
Posted: Sat Jun 21, 2008 12:08 am
by DeletedAccount
Sorry ,
It is due to my extreme pigheadness.
Regards
Sandeep Mathew