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.3.1 (January 22, 2024) 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 Functions used: compress compress2 crc32 gzclose gzopen gzread gzwrite uncompress unzClose unzCloseCurrentFile unzGetCurrentFileInfo unzGetGlobalComment unzGoToFirstFile |
ZLib Functions used: unzGoToNextFile unzLocateFile unzOpen unzOpenCurrentFile unzOpenCurrentFilePassword unzReadCurrentFile zipClose zipCloseFileInZip zipOpen zipOpenNewFileInZip zipOpenNewFileInZip3 zipWriteInFileInZip zlibVersion |
——— Last updated 03/28/2024 ———