Discuss this help topic in SecureBlackbox Forum

TElZipReader class

Properties     Methods     Events     Declared in     Licensing     


This class is a descendant of TElBaseArchive.

Description

    TElZipReader decrypts, decompresses, verifies signatures over archives and returns "clear" data.
Use Open method to open a Zip archive. Once the archive is opened, its contents is accessible via Directory property. Use DirectoryEncrypted and DirectoryCompressed properties to check if the archive is encrypted and/or compressed.
Operations needed to extract files from the archive and validate signatures, are described in the corresponding how-to article.

Properties

Inherited from TElBaseArchive

Methods

Inherited from TElBaseArchive

Events

Declared in

.NET:
  • Namespace: SBArcZip
  • Assembly: SecureBlackbox.Zip
VCL:
  • Unit: SBArcZip
Java:
  • Package: SecureBlackbox.Zip.jar
C++:
  • sbarczip.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

SecureBlackbox Professional, SecureBlackbox Standard, SecureBlackbox Lite

Discuss this help topic in SecureBlackbox Forum