Discuss this help topic in SecureBlackbox Forum

Add a buffer with data to the archive

To add block of data into the ZIP archive you need to use TElZIPWriter.Add() method.
Example:

ZipWriter.Add(Data, 0, Data.Length, "File name");
where Data is the array of bytes (ByteArray type).

How To articles about Zip file operations

Discuss this help topic in SecureBlackbox Forum