DIZipWriter is a component for Borland Delphi 4/5/6/7 to create PKZip-compatible .zip archives. New .zip archives may 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 (less than 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. Commercial and Source Code licenses are available for a small fee. |