website
0.3
More PKWare DCL Decompression Code
http://groups.google.com/groups?hl=en&threadm=93e3bf38.0110071836.3bfc02d3%40posting.google.com&rnum=1
rating:
not rated
C++ code posted to comp.compression that describes extraction from PKWare's Data Compression Library.
Update: The author posted this correction to comp.compression:
There's a bug in the code posted 2001-10-07 19:36:38 PST. To fix:
In the
void tcDecoder::Decode(char *apBuffer, unsigned int *apSize, unsigned int anBufferSize)
function after both
if (lnIndex == mnCurrentPos) lnIndex = lnStartIndex;
add
if (lnIndex == mnDictionarySize) lnIndex = 0;
Created: 22 Apr 2002 00:00
by
Mark Nelson
Published: 22 Apr 2002 00:00
Last Updated: 22 Apr 2002 00:00 by
Mark Nelson
Other links to site google.com:
20 links to this site were found