.gz

来源:互联网 发布:2016年各省地税数据 编辑:程序博客网 时间:2024/04/29 23:22


Zlib, C library for reading/writing .gz files. The following are all based on this great library.

Gzstream, a wrapper for zlib which defines C++ streams for zlib which work just like ifstream, etc.

However, I need to read .zip archives which are more complex than .gz files because they can contain several files and directory structure. To this end, there is:

Minizip, an addon for zlib to handle .zip files. It is also distributed with Zlib1.2.3.

A C++ wrapper class for Minizip, written by David Godson

原创粉丝点击