Introduction - If you have any usage issues, please Google them yourself
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.