TempFile |
TempFileContext.createTempDirectory() |
Creates a new temporary directory with default prefix, recursively deleting on close or exit.
|
TempFile |
TempFileContext.createTempDirectory(String prefix) |
Creates a new temporary directory with the given prefix, recursively deleting on close or exit.
|
TempFile |
TempFileContext.createTempFile() |
Creates a new temporary file with default prefix and suffix, deleting on close or exit.
|
TempFile |
TempFileContext.createTempFile(String name) |
Creates a new temporary file based on the given name, deleting on close or exit.
|
TempFile |
TempFileContext.createTempFile(String prefix,
String suffix) |
Creates a new temporary file with the given prefix and suffix, deleting on close or exit.
|