Discuss this help topic in SecureBlackbox Forum
Get the data from the ZIP archive into the array of bytes
To extract the data from the opened archive you need to use ExtractContents() method,
passing it the directory entry which you previously located by getting the list of files in the archive.
Example:
ZipReader = new TElZipReader(); ByteArray Data = ZipReader.ExtractContents(ZipWriter.Directory.get_Entries(0));