Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用 C++ 中的 zlib 库解压缩使用 .NET GZipStream 压缩的字节流吗?
你应该能够 - 使用gzopen等。
gzopen
(.NETGZipStream当然应该编写“标准”gzip 数据,并且 zlib 支持 gzip,所以......)
GZipStream