mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-07 21:22:04 +00:00
How to compress Byte Array or MemoryStream using LZMA? #471
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LukasBerka on GitHub (Sep 7, 2021).
Hello, there is no such documentation or example for compressing a byte array or MemoryStream using the LZMA compressor.
How would I do that?
@ds5678 commented on GitHub (Dec 23, 2022):
I added a couple unit tests showcasing this in #717