zlib
How can I easily compress and decompress files using zlib? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-25 19:15 分类:问答Is it possible to recover corrupted Zlib data beyond the corrupted section?
I have a Zip archive with a large (important) file that will not extract.All Zip utilities that I\'ve tried, including those that claim to recover/fix broken Zip archives are unable to extract the fil[详细]
2023-02-22 20:46 分类:问答Unable to inflate a buffer deflated with java.util.zip.Deflater using Apache MINA compression filter
This test: import java.util.zip.Deflater; import org.apache.mina.core.buffer.IoBuffer; import org.apache.mina.filter.support.Zlib;[详细]
2023-02-22 08:57 分类:问答Uncompress a zlib-compressed string in Java
I have a Java module that is receiving a compressed string from a remote Python script. The Python script compresses the string using zlib.compress(). I simply want to uncompress it in Java and displa[详细]
2023-02-21 23:47 分类:问答Installing libxml-ruby gem fails because zlib is missing
When trying to install the ruby gem libxml-ruby on my windows computer I get the following error message[详细]
2023-02-18 04:39 分类:问答PHP Zip Creating Class ZipArchive Not Found Error
i\'m trying to create a zip script based on what I\'ve found here but I seem to be getting a Fatal error: Class \'ZipArchive\' not found error on the new ZipArchive(); function.[详细]
2023-02-16 20:54 分类:问答Library to compress text data and store it as text
I want to store web pages in compressed text files (CSV). To 开发者_StackOverflow中文版achieve the optimal compression, I would like to provide a set of 1000 web pages. The library should then spend s[详细]
2023-02-15 19:16 分类:问答Decompressing zlib data from .tmx (Tiled) file
I\'m trying to write a .tmx loader that will load the Tiled map data directly into my game. I\'ve already written the Base64 decoder and decoded the string.[详细]
2023-02-13 09:58 分类:问答uncompress from zlib.h - error - undefined reference to `uncompress_gzip'
I have code in which, I have got compressed data and I need to uncompress it. I am using zlib for this[详细]
2023-02-13 00:10 分类:问答zlib uncompress returns -5 on Ubuntu 10.10 x64 (g++ -m64)
I use python and zlib 开发者_StackOverflow社区to compress a buffer, and I uncompress it in a C++ program.[详细]
2023-02-10 23:03 分类:问答