コード例 #1
0
 public static void ToFile(BinReader data)
 {
     WriteToFile(ToString(data.ReadBytes((int)data.Length()), (int)data.Length()));
 }