mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-07 13:44:36 +00:00
Allow setting ppmd PpmdProperties for ZipWriter #462
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 @TalonsLee on GitHub (May 14, 2021).
It seems that zipwriter always use default PpmdProperties (https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Writers/Zip/ZipWriter.cs#L25).
can we add a mapping from compressionLevel to proper PpmdProperties ?
@adamhathcock commented on GitHub (Jun 4, 2021):
I'll merge any reasonable PR for this