Skip to content

Commit f03a2ef

Browse files
Numpsypiksel
authored andcommitted
Merge PR #354: Add LZMA and PPMd to the CompressionMethod enum
1 parent 27ac139 commit f03a2ef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/ICSharpCode.SharpZipLib/Zip/ZipConstants.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ public enum CompressionMethod
5252
/// </summary>
5353
BZip2 = 12,
5454

55+
/// <summary>
56+
/// LZMA compression. Not supported by #Zip.
57+
/// </summary>
58+
LZMA = 14,
59+
60+
/// <summary>
61+
/// PPMd compression. Not supported by #Zip.
62+
/// </summary>
63+
PPMd = 98,
64+
5565
/// <summary>
5666
/// WinZip special for AES encryption, Now supported by #Zip.
5767
/// </summary>

0 commit comments

Comments
 (0)