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 theRereadableContentit cleans up.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileCloseable(Path file)
-
-
-
Constructor Detail
-
FileCloseable
protected FileCloseable(Path file)
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-