Gzip In-Memory Compression
Posted
by feal87
on Stack Overflow
See other posts from Stack Overflow
or by feal87
Published on 2010-06-02T05:30:18Z
Indexed on
2010/06/02
5:33 UTC
Read the original article
Hit count: 153
Quick and simple question.
There are examples online about achieving in-memory gzip compression with zlib (C++) WITHOUT external libraries (like boost or such)?
I just need to compress and decompress a block of data without much options. (it must be gzip as its the same format used by another mine C# program (the data is to be shared))
Tried to search to no avail... Thanks!
© Stack Overflow or respective owner