Package org.sosy_lab.common.io
Class MoreFiles.DeleteOnCloseFile
- java.lang.Object
-
- org.sosy_lab.common.io.MoreFiles.DeleteOnCloseFile
-
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
TempFile.DeleteOnCloseFile
- Enclosing class:
- MoreFiles
@Immutable @Deprecated public static class MoreFiles.DeleteOnCloseFile extends Object implements AutoCloseable
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.Path
toPath()
Deprecated.
-
-
-
Method Detail
-
toPath
public Path toPath()
Deprecated.
-
close
public void close() throws IOException
Deprecated.- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
-