Ejemplo n.º 1
0
 public static void saveTextFile(File file, String content)
     throws UnsupportedEncodingException, FileNotFoundException, IOException {
   Misc.saveTextFile(file, content, "UTF-8");
 }