Tagged Questions
1
vote
1answer
893 views
How To Decompress a LZMA Compressed File Using ByteArray Method In As3?
This is the code that I'am using to compress/decompress files :
package {
import flash.display.Sprite;
import flash.events.Event;
import flash.net.FileFilter;
import flash.net.FileReference;
import ...
0
votes
1answer
324 views
How to write Hadoop Compression/Decompression codec for LZMA2?
I want to write an Hadoop decompression codec for LZMA2 that can read .xz files.
This is my assignment and I am totally new to Compression or Decompression codec.
I am seeking some guidance on this ...
0
votes
0answers
75 views
LMZA C build and decompression only
How do you compile LMZA for decompression-only?
(I'd like to generate a static library in an Xcode project.)
0
votes
1answer
4k views
How to use the 7z SDK to compress and decompress a file
According to this link How do I create 7-Zip archives with .NET? , WOPR tell us how to compress a file with LMZA (7z compression algorithm) using 7z SDK ( http://www.7-zip.org/sdk.html )
using ...
7
votes
4answers
4k views
Why is *.tar.gz still much more common than *.tar.xz?
Whenever I see some source packages or binaries which are compressed with GZip I wonder if there are still reasons to favor gz over xz (excluding time travel to 2000), the savings of the LZMA ...