the Java version for the temporary file creator.
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.
A temporary file creator with no implementation.