Closed ljfa-ag closed 9 years ago
Not sure if that really falls into this library's scope...I think letting external libraries handle that part is the best option
Yes... I used a tiny wrapper based on just zlib for this.
See: https://github.com/MultiMC/MultiMC5/blob/develop/logic/GZip.cpp
Writing would be about as long too.
Okay I see. But I guess it can be useful for other things as well.
That can be considered done now, but maybe there should be some more convenience functions for that
For now libraries like Boost::Iostreams or Gzstream can be used for that purpose.