namespace com.hitrust.util.Zip.Compression { using System; public enum DeflateStrategy { Default, Filtered, HuffmanOnly } }