mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Added zip writer documentation.
This commit is contained in:
parent
416c59dbf8
commit
5be3472def
12
doc/mz_compress_method.md
Normal file
12
doc/mz_compress_method.md
Normal 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.
|
941
doc/mz_zip_rw.md
941
doc/mz_zip_rw.md
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user