static Compressor() { CompressHelper.Initialize(); // bit of a hack to avoid rebuilding this look up index autoCompRecList = new HashSet <string>(Properties.Settings.Default.AutoCompressRecords != null ? Properties.Settings.Default.AutoCompressRecords.Trim().Split(new[] { ';', ',' }, StringSplitOptions. RemoveEmptyEntries) : new string[0], StringComparer.InvariantCultureIgnoreCase); }
static Decompressor() { CompressHelper.Initialize(); }