We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ac139 commit f03a2efCopy full SHA for f03a2ef
src/ICSharpCode.SharpZipLib/Zip/ZipConstants.cs
@@ -52,6 +52,16 @@ public enum CompressionMethod
52
/// </summary>
53
BZip2 = 12,
54
55
+ /// <summary>
56
+ /// LZMA compression. Not supported by #Zip.
57
+ /// </summary>
58
+ LZMA = 14,
59
+
60
61
+ /// PPMd compression. Not supported by #Zip.
62
63
+ PPMd = 98,
64
65
/// <summary>
66
/// WinZip special for AES encryption, Now supported by #Zip.
67
0 commit comments