ZipEntryInfo

What the central directory says about one entry.

Properties

Link copied to clipboard

Bytes on disk, or -1 when only the trailing data descriptor knows.

Link copied to clipboard
val crc32: Long

The CRC-32 the archive claims, or -1 when only the data descriptor knows.

Link copied to clipboard
val method: Int

Compression method: 0 = stored, 8 = deflate.

Link copied to clipboard

Entry path inside the archive.

Link copied to clipboard

Bytes after decompression, or -1 when only the trailing data descriptor knows.