public string Decode(TableModel model) { string data = CodingSQLHelper.GetValue(model.Key); return(CodingHelper.HuffmanDecode(model.Text, data)); }