Package com.mchange.v2.io
Class FileUtils
java.lang.Object
com.mchange.v2.io.FileUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
createEmpty
(File file) static long
diskSpaceUsed
(File maybeDir) static File
findRelativeToParent
(File parentDir, File file) static void
static void
touchExisting
(File file)
-
Method Details
-
findRelativeToParent
- Throws:
IOException
-
diskSpaceUsed
- Throws:
IOException
-
touchExisting
- Throws:
IOException
-
touch
- Throws:
IOException
-
createEmpty
- Throws:
IOException
-