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 voidclose()Deprecated.PathtoPath()Deprecated.
-
-
-
Method Detail
-
toPath
public Path toPath()
Deprecated.
-
close
public void close() throws IOExceptionDeprecated.- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
-