Package org.uberfire.java.nio
Interface Closeable
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
DirectoryStream<T>,FileSystem,WatchService
public interface Closeable extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-