Package de.xima.fc.io
Class TempFile
java.lang.Object
de.xima.fc.io.TempFile
- All Implemented Interfaces:
Serializable
,AutoCloseable
An
AutoCloseable
wrapper for a File
that deletes that file when closed.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Method Details
-
getFile
- Returns:
- The wrapped file.
-
getPath
- Returns:
- The wrapped file.
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-