Class IOUtil


  • public class IOUtil
    extends java.lang.Object
    Author:
    patrick
    • Constructor Summary

      Constructors 
      Constructor Description
      IOUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File copyFile​(java.io.File page, java.io.File outputDir)  
      static void deleteAllFiles​(java.io.File dir)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IOUtil

        public IOUtil()
    • Method Detail

      • copyFile

        public static java.io.File copyFile​(java.io.File page,
                                            java.io.File outputDir)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • deleteAllFiles

        public static void deleteAllFiles​(java.io.File dir)
                                   throws java.io.IOException
        Throws:
        java.io.IOException