Interface TemporaryFileStore

    • Method Detail

      • allocateFile

        java.io.File allocateFile​(java.lang.String basename)
                           throws FileSystemException
        Allocates a new temporary file. The file (and all its descendants) will be deleted when this store is closed.
        Parameters:
        basename - The name of the file.
        Returns:
        The temporary file.
        Throws:
        FileSystemException - if an error occurs.