简体   繁体   中英

Is there an easy-to-use, platform-independent package that we can use to read & write gzip streams under C++?

I would like to find some C++ packages that can function as what we have in the GZipStream Class (MSDN Description) in .NET Framework. I'm using them under Linux.

And I'd be dealing with large files (possibly GB or even TB sizes) so the efficiency of the gzipstream implementation is also a concern.

What's your advice?

You can always use the original ZLib library . It includes the functionality required to decompress gzip files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM