Class FileManager

java.lang.Object
de.hsh.graja.offline.encryption.FileManager

public abstract class FileManager extends Object
  • Constructor Details

    • FileManager

      public FileManager()
  • Method Details

    • moveFile

      public static void moveFile(File source, File destination) throws IOException
      Moves the given file to another location
      Parameters:
      source - The file that should be copied
      destination - The destination file that should be overwritten by the source file
      Throws:
      IOException