GrumpyLion / MinimalZipLoader

A small C++ ZipLoader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Zip Loader

This library only reads data not writes (for now)! Using zLib to inflate the data. Only supports uncompressed or files that were compressed with deflate.

About

A small C++ ZipLoader


Languages

Language:C 92.0%Language:C++ 8.0%