Package de.aristaflow.adept2.util.io
Class FileContent.FileCloseable
- java.lang.Object
-
- de.aristaflow.adept2.util.io.FileContent.FileCloseable
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- FileContent
protected static class FileContent.FileCloseable extends Object implements Closeable
This class implements the cleanup without referring to theRereadableContent
it cleans up.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FileCloseable(Path file)
-
-
-
Constructor Detail
-
FileCloseable
protected FileCloseable(Path file)
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-