Description: Very simple class to ZIP and UNZIP files (Streams actually). Based on Ziv-Lempel basic algorithm.
Simple.. not fast nor really "compressive" :).
Create(A) a ZIP by passing in the stream A you want as source/destination. Call Add(B) to compress a stream B into A. Call Extract(B) to decompress stream A into B.
To Search:
File list (Check if you may need any files):
SymsTable.pas
UZiper.pas