Esempio n. 1
0
        public string Decode(TableModel model)
        {
            string data = CodingSQLHelper.GetValue(model.Key);

            return(CodingHelper.HuffmanDecode(model.Text, data));
        }