| 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 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS