enum
ECompressionLevel
An enumeration that indicate the compression level that can be used to compress a file into a zip archive.
Properties
DEFAULT_COMPRESSION
= -1
Use a default compression level
BEST_COMPRESSION
= 9
Use the best compression available at the expense of compression speed
BEST_SPEED
= 1
Use fastest compression available at the expense of the size of the result file
NO_COMPRESSION
= 0
The file won't be compressed