C++ cross-platform zlib simplifer-wrapper

后端 未结 8 520
陌清茗
陌清茗 2020-12-17 20:26

I\'m looking for a wrapper that distills zlib to:

  1. OpenZipFile()
  2. GetItemInfo(n)
  3. UnzipItem(n) // Bonus points for unzipping recursively if ite
8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-17 21:11

    You can check also this C++ Zlib wrapper with auto-detection of input format: https://github.com/mateidavid/zstr

提交回复
热议问题