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
IOException
public static void touchExisting(File file) throws IOException
IOException
public static void touch(File file) throws IOException
IOException
public static void createEmpty(File file) throws IOException
IOException