The general purpose bit flag.
OptionalcompressedThe compressed size of the content.
OptionalcompressionThe compression method.
Optionalcrc32The CRC-32 checksum of the content.
OptionaldataThe data descriptor record written after the content, when the entry has one.
Only defined when the record has been read, i.e. when the ZipReaderOptions#checkOverlappingEntry or
the ZipReaderOptions#checkOverlappingEntryOnly option is set to true, since the sizes stored in the
central directory make it unnecessary to read it otherwise.
The byte offset of the entry data, i.e. EntryMetaData#offset plus the size of the local file header,
of the filename and of the extra field. It can be used with Reader#createReadable to read the stored
data directly, e.g. to serve ranged requests into an entry compressed with the "store" method.
true if the entry is encrypted.
OptionalextraThe extra field.
OptionalextraThe AES extra field.
OptionalextraThe extended timestamp extra field.
OptionalextraThe Info-ZIP New Unix extra field (0x7875), storing variable-length uid/gid in both headers. It is read whenever the type 2 extra field (0x7855) is absent or carries no ids, which is its usual state in the central directory.
The length of the extra field in bytes.
OptionalextraThe NTFS extra field.
OptionalextraThe PKWARE Unix extra field (0x000d).
OptionalextraThe Unicode comment extra field.
OptionalextraThe Unicode path extra field.
OptionalextraThe Info-ZIP Unix type 2 extra field (0x7855). Its uid/gid are stored in the local file header only, the central directory version carries no data and merely flags their presence.
OptionalextraThe Info-ZIP Unix type 1 extra field (0x5855).
OptionalextraThe USDZ extra field.
OptionalextraThe Zip64 extra field.
The length of the filename in bytes.
The last modification date.
The general purpose bit flag (raw).
The extra field (raw).
OptionalrawThe filename of the entry stored in the local file header (raw), which is allowed to differ from EntryMetaData#rawFilename.
Only defined when the local filename has been read, i.e. when the ZipReaderOptions#strictness option
is set to "strict" or when the ZipReaderOptions#checkLocalDirectory option is set to true, since
reading it costs one read the central directory does not need.
The last modification date (raw).
OptionalsignatureThe signature (CRC32 checksum) of the content.
Use LocalDirectory#crc32 instead.
OptionaluncompressedThe uncompressed size of the content.
The "Version" field.
Represents the local file header fields of an entry, read when getting the entry data.