setEntryCompression

open fun setEntryCompression(entryCompression: ZipEntryCompression)(source)

Sets the compression level of the entries of the archive. If set to DEFLATED (the default), each entry is compressed using the DEFLATE algorithm. If set to STORED the entries of the archive are left uncompressed.

Parameters

entryCompression

STORED or DEFLATED