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