Author : Stefan Goehler,Germany (only the extended version)
Version : official 1.0
Task : Decompress Zipped files
Copyright: Do what u want to do with this, but mention me!
Converted to Turbo Pascal (tm) V4.0 March, 1988 by J.R.Louvau
COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or
code or tables extracted from it, as desired without restriction.
******
This unit isn't very fast. That's because most parts are not written in
asm. I think I'll rewrite the LZW-Part to asm the next time. But since
LZW is not really used in this time, because the huffmann compression
returns better results, I don't know if this would be a good idea.
Further extensions: maybe I write a unit to handle Zipfiles instead this
whole program. Please note that directories in the Zipfiles won't be
written, so that a dir. already has to exist. I will remove this
limitation in the next weeks.
******
my homepage: http://www.geocities.com/SiliconValley/Bay/9553
^^^note that you can get there always the actual version of this unit
if you have additions, tips or sth. else, mail to stefan.goehler@gmx.de
******
the following files you should get with this Proggy:
strprocs.pas : a unit which contains some stringprocedures
inflate .pas : a unit which inflates huffmann compression
crc32 .pas : 32 bit crc checking for the huffmann compression
******
History
Version 1.0 : first public availible Version (Oct. 10th 1997)
|