minizip-ng/INDEX.md
Nathan Moinvaziri 30008933e1 Added license information to third-party libraries section.
Move contents to INDEX.md.
2020-06-20 09:37:47 -07:00

1.5 KiB

Contents

File(s) Description
minizip.c Sample application
mz_compat.* Minizip 1.x compatibility layer
mz.h Error codes and flags
mz_os* Platform specific file/utility functions
mz_crypt* Configuration specific crypto/hashing functions
mz_strm.* Stream interface
mz_strm_buf.* Buffered stream
mz_strm_bzip.* BZIP2 stream using libbzip2
mz_strm_libcomp.* Apple compression stream
mz_strm_lzma.* LZMA stream using liblzma
mz_strm_mem.* Memory stream
mz_strm_split.* Disk splitting stream
mz_strm_pkcrypt.* PKWARE traditional encryption stream
mz_strm_os* Platform specific file stream
mz_strm_wzaes.* WinZIP AES stream
mz_strm_zlib.* Deflate stream using zlib
mz_strm_zstd.* ZSTD stream
mz_zip.* Zip format
mz_zip_rw.* Zip reader/writer