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ライブラリを使用して.NETGZipStreamを使用して圧縮されたバイトストリームを解凍できますか?
あなたはできるはずです-使用gzopenなど。
gzopen
(.NETはGZipStream確かに「標準」のgzipデータを書き込む必要があり、zlibはgzipをサポートしているので...)
GZipStream