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

CRC32Returns the CRC32 from the entry in the zip file.
CommentReturns the comment from the entry in the zip file.
CompressedSizeReturns the compressed size from the entry in the zip file.
EncryptedReturns true if the entry in the zip file is encrypted.
FileIndexReturns index of the entry in the zip file.
IsDirectoryReturns true if the entry in the zip file is directory.
NameReturns the name of the file or directory from the entry in the zip file.
SupportedReturns true if the entry in the zip file is supported.
UncompressedSizeReturns the uncompressed size from the entry in the zip file.

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 X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM

    Unsupported Platforms:

  • MacOS X Carbon