Creates a temporary file from an already existing file.
Creates a temporary file from an already existing file.
the existing temp file path
a Temporary file wrapping the existing file.
Creates a temporary file.
Creates a temporary file.
the prefix of the file.
the suffix of the file
the newly created temporary file.
Deletes the temporary file.
Deletes the temporary file.
the temporary file to be deleted.
the boolean value of the FS delete operation, or an throwable.
the Java version for the temporary file creator.
Logic for creating a temporary file. Users should try to clean up the file themselves, but this TemporaryFileCreator implementation may also try to clean up any leaked files, e.g. when the Application or JVM stops.