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 | Returns the CRC32 from the entry in the zip file. |
Comment | Returns the comment from the entry in the zip file. |
CompressedSize | Returns the compressed size from the entry in the zip file. |
Encrypted | Returns true if the entry in the zip file is encrypted. |
FileIndex | Returns index of the entry in the zip file. |
IsDirectory | Returns true if the entry in the zip file is directory. |
Name | Returns the name of the file or directory from the entry in the zip file. |
Supported | Returns true if the entry in the zip file is supported. |
UncompressedSize | Returns 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 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon