Added zip writer documentation.

This commit is contained in:
Nathan Moinvaziri 2020-02-10 20:38:59 -08:00
parent 416c59dbf8
commit 5be3472def
2 changed files with 942 additions and 11 deletions

12
doc/mz_compress_method.md Normal file
View File

@ -0,0 +1,12 @@
# MZ_COMPRESS_METHOD
Minizip compression method enumeration.
|Name|Code|Description|
|-|-|-|
|MZ_COMPRESS_METHOD_STORE|0|No compression|
|MZ_COMPRESS_METHOD_DEFLATE|8|Deflate compression|
|MZ_COMPRESS_METHOD_BZIP2|12|Bzip2 compression|
|MZ_COMPRESS_METHOD_LZMA|14|LZMA1 compression|
_MZ_COMPRESS_METHOD_AES_ is only for internal use.

File diff suppressed because it is too large Load Diff