e-CryptIt Engine - Compression Xojo Plugin

EinhugurZipArchives.ZipEntry Class (console safe)

A class that represents the information structure behind each entry in a zip archive.

Note:This class is in EinhugurZipArchives Namespace

Object
   ZipEntry

class EinhugurZipArchives.ZipEntry

Properties

CRC32 (console safe) Returns the CRC32 from the entry in the zip file.
CentralDirectoryOffset (console safe)
Comment (console safe) Returns the comment from the entry in the zip file.
CompressedSize (console safe) Returns the compressed size from the entry in the zip file.
CompressionMethod (console safe)
Encrypted (console safe) Returns true if the entry in the zip file is encrypted.
FileIndex (console safe) Returns index of the entry in the zip file.
IsDirectory (console safe) Returns true if the entry in the zip file is directory.
LocalHeaderOffset (console safe)
Name (console safe) Returns the name of the file or directory from the entry in the zip file.
Supported (console safe) Returns true if the entry in the zip file is supported.
UncompressedSize (console safe) Returns the uncompressed size from the entry in the zip file.

Constants

CompressionMethodNone = 0
CompressionMethodDeflated = 8

Examples

Note:
Since this class is in namespace then you address it like this:


Dim zip as EinhugurZipArchives.ZipEntry



or


using EinhugurZipArchives

Dim zip as ZipEntry

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS