Top "Zlib" questions

zlib is a library used for data compression.

What easy zlib tutorials are there?

I'm looking for a good tutorial on zlib. I'm interested only in decompressing the archives. I also want to know …

c++ c zlib
Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in

I don't have any problem on localhost. but when i tested my codes on server, end of every page i …

php buffer zlib
Incorrect Header Check when using zlib in node.js

I am trying to send a simple HTTP POST request, retrieve the response body.Following is my code. I am …

node.js zlib
How do I read / write gzipped files in C++?

How do I read / write gzipped files in C++? The iostream wrapper classes here look good, and here is a …

c++ gzip zlib gzipstream
Zlib compression Using Deflate and Inflate classes in Java

I want trying to use the Deflate and Inflate classes in java.util.zip for zlib compression. I am able …

java compression zlib deflate inflate
ZLIB Decompression - Client Side

I am receiving data as an "ZLIB" compressed inputstream. Using Javascript/Ajax/JQuery, I need to uncompress it on the …

javascript zlib compression
Unzip a zip file using zlib

I have an archive.zip which contains two crypted ".txt" files. I would like to decompress the archive in order …

c zlib unzip compression
How to decompress Gzip string in ruby?

Zlib::GzipReader can take "an IO, or IO-like, object." as it's input, as stated in docs. Zlib::GzipReader.open('hoge.…

ruby gzip zlib
Unresolved externals despite linking in zlib.lib

I've been trying to compile an application which utilizes zlib compression in VC++ 2010. I get the error LNK2019: unresolved external …

c++ zlib
How to point cmake to zlib include path?

Or any include directory/library. I use cmake gui tool so I run it and usually the gui will highlight …

cmake build directory zlib minizip