data class ZipEntry(val compressedSize: Long, val compressionMethod: Int, val entrySize: Int, val numChunks: Int, val path: String, val startChunkIndex: Int, val startOffsetInChunk: Int, val uncompressedSize: Long)
The compression method used. See chapter 4.4.5 in https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT The only supported methods are: 0 - The file is stored (no compression) 8 - The file is Deflated