public interface UncheckedAutoCloseable extends AutoCloseable
AutoCloseable
except that the close method does not throw Exception.| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void close()
close in interface AutoCloseableCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.