IPWorks ZIP 2020 Kotlin Edition

Questions / Feedback?

CompressionMethod Property

The compression method for the component to use.

Syntax

public var compressionMethod: GzipCompressionMethods

public enum class GzipCompressionMethods(val value: Int) {
cmgDeflate(0),
cmgLZCCompress(1);
}

Default Value

0

Remarks

By default, the component uses the Deflate compression method described in rfc 1952. When set to LZC compress method, the component will use a variation of the method described by the LZW (Lempel-Ziv-Welch) algorithm that is compatible with Unix's compress utility.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Kotlin Edition - Version 20.0 [Build 7941]