Beispiel #1
0
 /// <summary>
 /// 创建解码的代码
 /// </summary>
 public static void CreateDecode()
 {
     File.WriteAllText("GroupVarintDecode.cs", GroupVarintCreater.CreateFastDecodeNew());
 }