closeables property

  1. @protected
Iterable<Closeable> get closeables

Inner closeables. If this resource manages other closeables, they should be returned here, so they can be closed when this resource is closed. If there are no inner closeables, return empty iterable

Implementation

@protected
Iterable<Closeable> get closeables;