public enum ENZipCompressionMethod : System.Enum
public enum ENZipCompressionMethod : System.Enum
Member | Description |
---|---|
BZip2 | BZip2 compression. Currently not supported by the ZIP compressor. |
Deflate64 | An extension to deflate with a 64KB window. Currently not supported by the ZIP compressor. |
Deflated | The default ZIP compression method. |
Stored | A direct copy of the file contents is placed in the archive. |
WinZipAES | WinZip special for AES encryption. Currently not supported by the ZIP compressor. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Compression.ENZipCompressionMethod
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)