lzma Questions

1

Solved

I am working on a compession/decompression project using the LZMA SDK. The main program contains some arguments that I must use to run the application To run it from the command line, I use : ...

0

So I'm building a web app to decompress an LZMA compressed CSV file and then let the user edit it, when saved it will be recompressed. I have the code to compress/decompress in C# using the 7-Zip ...
Unaunabated asked 10/1, 2016 at 4:19

2

I have an object I am trying to compress. It is of the form [ { array string }, { array string }, ... ] The arrays are no more than 10-15 in length, extremely small in comparison to the...
Depurate asked 3/7, 2015 at 17:2

5

I am looking for sending data from server in a compressed format to client(with ajax requests), and than decompress that data with a browser? Is there a library for this? I am not looking fo...
Timothytimour asked 27/2, 2011 at 22:17

2

I need to know details about LZMA compression algorithm. I know its general concept, but I need some examples explaining it in detail. Can anybody please help me to get more information? Thank you...
Charlinecharlock asked 7/6, 2010 at 15:47

1

I really need to know what each lzma parameter (mf, fb, lp, ...) means. I could not find any good documentation in the internet. I need details of this algorithm. the most detailed one is: http://w...
Testify asked 16/6, 2010 at 21:5

3

I'm with a group of modders attempting to reverse engineer and mod a Blu-Ray player. We're stuck because the firmware code seems to be compressed, and the decompression code is nowhere to be found....
Seaboard asked 27/4, 2009 at 21:11

6

Solved

I found 7-zip great and I will like to use it on .net applications. I have a 10MB file (a.001) and it takes: 2 seconds to encode. Now it will be nice if I could do the same thing on c#. I have ...
Drumlin asked 6/9, 2012 at 3:31

1

Solved

I'm trying to uncompress a .xz file which has a few foders and files inside. I don't see a direct way to do this using lzma module. This is what I'm seeing for a decompress method : In [1]: import...
Patrick asked 20/6, 2013 at 14:59

1

Solved

7-Zip claims using LZMA as the compression algorithm. However, the LZMA SDK comes with two executables, 7zr.exe and lzma.exe, which have different options/switches and which produce different resul...
Decrepitude asked 16/10, 2012 at 15:51

2

I have googled, wikied and read the RFC of ZIP, but can't find any info about the exact algorithm which is used in ZIP. I have found info about ZIP == TAR + GZIP But, I'm confused by this info. ...
Unkenned asked 18/4, 2012 at 17:7

2

Solved

As mentioned in release notes to Flash Player 11, developers added LZMA compression support. Question is how can one enable this support? Maybe there's an mxmlc option? Or more steps? Simply sett...
Cosper asked 25/10, 2011 at 10:6

1

Solved

I need to do lzma compression and decompression on the fly. I'm receiving a large file via qnetworkmanager in Qt and I need to decompress it as the data stream is downloading. When I receive part ...
Olmstead asked 26/6, 2011 at 21:5

5

Solved

I have a program (written in C#) that reads/writes its data directly (direct file access without server) to firebird database files. For a better exchange I want to (un)compress them on impor...
Dispute asked 16/1, 2009 at 10:21

© 2022 - 2024 — McMap. All rights reserved.