C++ cross-platform zlib simplifer-wrapper

后端 未结 8 506
陌清茗
陌清茗 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:14

    firstobject's easy zlib stays cross-platform; it has zlib in a single file easyzlib.c and exposes only ezcompress and ezuncompress functions with the added feature of determining the memory requirement before allocating the exact size.

提交回复
热议问题