Package de.hsh.graja

Class Helper

java.lang.Object
de.hsh.graja.Helper

public class Helper extends Object
  • Constructor Details

    • Helper

      public Helper()
  • Method Details

    • readFileCompletely

      public static String readFileCompletely(File in, String encoding)
    • writeFileCompletely

      public static void writeFileCompletely(File out, String content, String encoding)
    • deleteRecursively

      public static void deleteRecursively(Path path) throws IOException
      Throws:
      IOException