Package org.deltafi.common.file
Class AutoDestructTempFile
- java.lang.Object
-
- org.deltafi.common.file.AutoDestructTempFile
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class AutoDestructTempFile extends java.lang.Object implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description AutoDestructTempFile()AutoDestructTempFile(java.io.InputStream in)AutoDestructTempFile(java.io.InputStream in, java.lang.String prefix, java.lang.String postfix)AutoDestructTempFile(java.lang.String prefix, java.lang.String postfix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.nio.file.PathgetPath()
-
-
-
Constructor Detail
-
AutoDestructTempFile
public AutoDestructTempFile() throws java.io.IOException- Throws:
java.io.IOException
-
AutoDestructTempFile
public AutoDestructTempFile(java.lang.String prefix, java.lang.String postfix) throws java.io.IOException- Throws:
java.io.IOException
-
AutoDestructTempFile
public AutoDestructTempFile(java.io.InputStream in, java.lang.String prefix, java.lang.String postfix) throws java.io.IOException- Throws:
java.io.IOException
-
AutoDestructTempFile
public AutoDestructTempFile(java.io.InputStream in) throws java.io.IOException- Throws:
java.io.IOException
-
-