public interface TemporaryFileStore
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
allocateFile(java.lang.String basename)
Allocates a new temporary file.
|
java.io.File allocateFile(java.lang.String basename)
throws FileSystemException
basename - The name of the file.FileSystemException - if an error occurs.