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!
gzip decompression algorithm
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
-
- Member
- Posts: 566
- Joined: Tue Jun 20, 2006 9:17 am
Re: gzip decompression algorithm
I think .zip's use Ziv - Lempal compression algorithm . Please google on Ziv-Lempal compression
Regards
Sandeep Mathew
Regards
Sandeep Mathew
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: gzip decompression algorithm
Typo: it's "Lempel". 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
http://en.wikipedia.org/wiki/LZ77_and_LZ78 <- good starting point on how those compression schemes works at the basis
-
- Member
- Posts: 566
- Joined: Tue Jun 20, 2006 9:17 am
Re: gzip decompression algorithm
Sorry ,
It is due to my extreme pigheadness.
Regards
Sandeep Mathew
It is due to my extreme pigheadness.
Regards
Sandeep Mathew