FileDescriptor.closeAll

Cycle through all Closeables sharing this FD and call close() on each one.

The caller closeable gets to call close0().

class FileDescriptor
void
closeAll
(
Closeable releaser
)

Meta