CompressionMethod Property
The compression algorithm used.
Syntax
public String getCompressionMethod(); public void setCompressionMethod(String compressionMethod);
Remarks
This property specifies which compression method is used when generating output. Possible values are:
- zip (default)
- zlib
- bzip2
- none or uncompressed
Default Value
"zip"