示例#1
0
 public static void DecodeXtea(this IInputStream stream, int[] keys)
 {
     stream.DecodeXtea(keys, 5, stream.Length);
 }