-
Requested that LBL install efficient parallel (de)compression software on Savio and provide example SLURM batch scripts.
I specifically requested 7z (7zip), but open to alternative recommendations, s…
-
I have an encrypted 7zip archive (linked below) encrypted with the password "dontgoout", but whenever I try to extract it, it throws an error at MoveToNextEntry.
Here's a screenshot of the stack tr…
-
I am submitting this issue mostly for posterity in case someone else encounters the same problem in the near future. Perhaps I will be able to fix it at some point.
I have tried decompressing a bin…
-
Hi,
I tried to decompress .xz file using lzma2_decompress function, but I didn't manage to do it.
I read .xz file as a byte array and passed it to function as parameter. The function returned "und…
-
Because modpacks are usually compressed archives of already compressed files, having the ability to pack modpacks with 7z/lzma2 would reduce the file size, for example my modpack as a zip is 101 MB, b…
-
Using apngasm with apngopt(https://sourceforge.net/projects/apng/files/APNG_Optimizer/) makes me bother.
I wish apngasm will be support LZMA2 recompression and recompression option(select don't-recom…
-
Add support for 7z/LZMA1/LZMA2 to installing/updating system images.
This is very useful, since lzma2 compression is superior to zip compression and can incur lower download times for system image upd…
-
When using `Add to archive...`, select `LZMA2, Fast [std]` & `Level 9`, the compressed file will be smaller than the one compressed by `Add to .7z`.
But if change to `LZMA2 [std]`, the file size will…
-
### Feature description
Hi
Can you provide a static function that takes the same arguments as the 7z CLI App? (Similar to the main function in 7z)
This function can be very useful (creation or ex…
-
Hi,
```c#
public Stream Compress(Stream aDataToCompress)
{
MemoryStream result = new MemoryStream();
using (new OzCsMaintainStreamPosition(result))
{
using (new OzCsMainta…