AutoCloseable.close

Closes this resource, relinquishing any underlying resources. This method is invoked automatically on objects managed by the {@code try}-with-resources statement.

interface AutoCloseable
void
close
()

Meta