com.mchange.v2.io
Class FileUtils
java.lang.Object
com.mchange.v2.io.FileUtils
public final class FileUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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