ArchiveEntry

constructor(name: String, size: Long, isDirectory: Boolean, lastModifiedEpochSeconds: Long? = null, compressedSize: Long = size, codec: CodecId = CodecId.STORE, isEncrypted: Boolean = false, crc32: Long? = null, dataOffset: Long = -1L)