DIZipWriter is a Delphi component to create PKZip-compatible ZIP archives. New ZIP archives can be created as files or as streams.

The TDIZipWriter class has plenty of methods to write various types of data to the archive, including Files, Streams, Strings, and Buffers. Multiple writes to the same archive entry are possible. Direct streaming allows objects to stream their data directly to a TStream interface using their native WriteToStream procedure.

TDIZipWriter writtes all data directly to the archive, avoiding any temporary memory or file storage. TDIZipWriter also supports encryption and .zip comments, stores long file names and relative path information, compiles straight into your .exe (< 55 KB), consumes little memory only and has an excellent performance.

The DIZipWriter package includes full Html Help with demo projects. The Demo version shows a once-only reminder when run outside the IDE.Homepage: http://www.yunqa.de/delphi/zipwriter/index.htm
Download: DIZipWriter_2.3.exe
File Size: 827 KB
Delphi Version: Delphi 4 - Delphi 2007
Source: None