The comment of the entry.
true if the comment is encoded in UTF-8.
The size of the compressed data in bytes.
The compression method.
OptionalcreationThe creation date.
true if the entry is a directory.
The number of the disk where the entry data starts.
true if the content of the entry is encrypted.
true if the entry is an executable file
The external file attribute (raw).
Use EntryMetaData#externalFileAttributes instead.
The 32-bit externalFileAttributes field is the authoritative on-disk metadata for each entry.
When writing, all provided options are merged into this field. When reading, convenience fields are decoded from it. For most use cases, prefer the high-level options and fields; only advanced users need to manipulate the raw value directly.
OptionalextraThe extra field.
The filename of the entry.
true if the filename is encoded in UTF-8.
OptionalgidUnix group id when available.
The internal file attribute (raw).
Use EntryMetaData#internalFileAttributes instead.
The internal file attributes (raw).
OptionallastThe last access date.
The last modification date.
OptionalmsdosThe MS-DOS attribute flags exposed as booleans.
OptionalmsdosThe MS-DOS attributes low byte (raw). This is the low 8 bits of EntryMetaData#externalFileAttributes when present.
true if internalFileAttributes and externalFileAttributes are compatible with MS-DOS format.
The byte offset of the entry.
The comment of the entry (raw).
OptionalrawThe creation date (raw).
The extra field (raw).
The filename of the entry (raw).
OptionalrawThe last access date (raw).
The last modification date (raw).
Optionalsetgidtrue if the setgid bit is set on the entry.
Optionalsetuidtrue if the setuid bit is set on the entry.
The signature (CRC32 checksum) of the content.
Optionalstickytrue if the sticky bit is set on the entry.
OptionaluidUnix owner id when available.
The size of the decompressed data in bytes.
OptionalunixThe upper 16-bit portion of EntryMetaData#externalFileAttributes when it represents Unix mode bits.
OptionalunixUnix mode (st_mode) when available.
The "Version" field.
The "Version made by" field.
true if the entry is using Zip64.
true if the content of the entry is encrypted with the ZipCrypto algorithm.
Represents the metadata of an entry in a zip file (Core API).