Beispiel #1
0
            public static string Decode(byte[] g)
            {
                string buf = RLEM3.Decode(g);

                return(deSort(buf));
            }
Beispiel #2
0
 public static byte[] Encode(string s)
 {
     byte[] res = RLEM3.Encode(getSort(s));
     return(res);
 }