public final class FileUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
createEmpty(File file) |
static long |
diskSpaceUsed(File maybeDir) |
static void |
touch(File file) |
static void |
touchExisting(File file) |
public static long diskSpaceUsed(File maybeDir) throws IOException
IOExceptionpublic static void touchExisting(File file) throws IOException
IOExceptionpublic static void touch(File file) throws IOException
IOExceptionpublic static void createEmpty(File file) throws IOException
IOException