com.mchange.v2.io
Class FileUtils

java.lang.Object
  extended by com.mchange.v2.io.FileUtils

public final class FileUtils
extends Object


Method Summary
static void createEmpty(File file)
           
static long diskSpaceUsed(File maybeDir)
           
static void touch(File file)
           
static void touchExisting(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

diskSpaceUsed

public static long diskSpaceUsed(File maybeDir)
                          throws IOException
Throws:
IOException

touchExisting

public static void touchExisting(File file)
                          throws IOException
Throws:
IOException

touch

public static void touch(File file)
                  throws IOException
Throws:
IOException

createEmpty

public static void createEmpty(File file)
                        throws IOException
Throws:
IOException