コード例 #1
0
ファイル: Misc.java プロジェクト: jfellus/agem
 public static void saveTextFile(File file, String content)
     throws UnsupportedEncodingException, FileNotFoundException, IOException {
   Misc.saveTextFile(file, content, "UTF-8");
 }