A collection of IO utility methods.  
 More...
 | 
| static void  | copyFile (File sourceFile, File destFile)  throws IOException  | 
|   | Copies a file.  More...
  | 
|   | 
| static File[]  | FileFinder (File dir) | 
|   | Returns an array of Files ending with .txt from the given path.  More...
  | 
|   | 
A collection of IO utility methods. 
- Author
 - Philip Wendland 
 
 
  
  
      
        
          | static void unicopa.copa.server.util.IOutils.copyFile  | 
          ( | 
          File  | 
          sourceFile,  | 
         
        
           | 
           | 
          File  | 
          destFile  | 
         
        
           | 
          ) | 
           |  throws IOException | 
         
       
   | 
  
static   | 
  
 
Copies a file. 
- Parameters
 - 
  
    | sourceFile | source file  | 
    | destFile | destination file  | 
  
   
- Exceptions
 - 
  
  
 
 
 
  
  
      
        
          | static File [] unicopa.copa.server.util.IOutils.FileFinder  | 
          ( | 
          File  | 
          dir) |  | 
           | 
         
       
   | 
  
static   | 
  
 
Returns an array of Files ending with .txt from the given path. 
- Parameters
 - 
  
    | dirName | the directory to scan  | 
  
   
- Returns
 - an array of Files from that directory ending with ".txt" 
 
 
 
The documentation for this class was generated from the following file:
- CopaServer/src/main/java/unicopa/copa/server/util/IOutils.java