ZLibwapi

This program contains an object which encapsulates functions of the free ZLIB library. It includes in-memory compression / decompression, creating .zip archive files and extracting files from .zip archive files. It also supports password protected zip files.

Version 1.2.13 of the freecode library zlibwapi.dll is included. The 64bit version of the library is included as well.

Win API Functions used:
CloseHandle
CreateFile
FileTimeToLocalFileTime
FileTimeToSystemTime
FindClose
FindFirstFile
FindMimeFromData
FindNextFile
ReadFile
SHGetFileInfo
WriteFile
  Zlib API Functions used:
compress
crc32
uncompress
uncompress2
gzclose
gzopen
gzread
gzwrite
unzClose
unzCloseCurrentFile
unzGetCurrentFileInfo
unzGetGlobalComment
unzGoToFirstFile
  Zlib API Functions used:
unzGoToNextFile
unzLocateFile
unzOpen
unzOpenCurrentFile
unzOpenCurrentFilePassword
unzReadCurrentFile
zipClose
zipCloseFileInZip
zipOpen
zipOpenNewFileInZip
zipOpenNewFileInZip3
zipWriteInFileInZip
zlibVersion


——— Last updated 02/08/2023 ———