Package ca.phon.util

Class FileUtil

java.lang.Object
ca.phon.util.FileUtil

public class FileUtil extends Object
Collection of helper methods for working with the filesystem.
  • Constructor Details

    • FileUtil

      public FileUtil()
  • Method Details

    • copyFile

      public static void copyFile(File in, File out) throws IOException
      Copy a file from one location to another. Can handle large files.
      Parameters:
      in -
      out -
      Throws:
      IOException