Top "Zlib" questions

zlib is a library used for data compression.

Installing latest 1.44 boost library under ubuntu 10.04

I have ubuntu 10.04 and want to install the latest boost library 1.44_0 I downloaded the tar.gz file and unpacked it …

c++ ubuntu boost zlib
zlib compressing byte array?

I have this uncompressed byte array: 0E 7C BD 03 6E 65 67 6C 65 63 74 00 00 00 00 00 00 00 00 00 42 52 00 00 01 02 01 00 BB 14 8D 37 0A 00 00 01 00 00 00 00 05 E9 05 E9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 81 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 00 00 01 00 00 00 And I need to …

c# bytearray zlib compression
Python decompressing gzip chunk-by-chunk

I've a memory- and disk-limited environment where I need to decompress the contents of a gzip file sent to me …

python gzip zlib
How can I easily compress and decompress files using zlib?

How can I easily compress and decompress files using zlib?

c++ zlib compression
Undefined reference to 'inflateInit2_'

I'm using Code Blocks IDE and I want to install Tiled Map Editor for SFML. So, I downloaded the source …

c++ windows gcc zlib undefined-reference
Node.js - Zip/Unzip a folder

I'm diving into Zlib of node.js. I was able to compress and uncompress files using the provided examples (http://…

node.js zlib
How to read a single file inside a zip archive

I need to read the content of a single file, "test.txt", inside of a zip file. The whole zip …

php zip gzip zlib
How to check if a file is gzip compressed?

I have a C / C++ program which needs to read in a file that may or may not be gzip …

c++ c file-io gzip zlib
Convert from '_io.BytesIO' to a bytes-like object in python3.6?

I am using this function to uncompress the body or a HTTP response if it is compressed with gzip, compress …

python python-3.x typeerror zlib bytesio
Compression formats with good support for random access within archives?

This is similar to a previous question, but the answers there don't satisfy my needs and my question is slightly …

compression gzip archive zlib random-access