public class FileUtils extends Object
Constructor and Description |
---|
FileUtils() |
Modifier and Type | Method and Description |
---|---|
static File |
createTempDirectory(String prefix) |
static File |
createTempDirectory(String prefix,
String suffix) |
public static File createTempDirectory(String prefix) throws IOException
IOException
public static File createTempDirectory(String prefix, String suffix) throws IOException
IOException
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.