@FunctionalInterface public interface UncheckedAutoCloseable extends AutoCloseable
AutoCloseable
except that the close method does not throw Exception.void close()
close 在接口中 AutoCloseableCopyright © 2017–2023 The Apache Software Foundation. All rights reserved.