Пример #1
0
 private String Encode(Coder coder, String text, FrequencyTable table)
 {
     return(coder.Encode(text, table));
 }