Interface SafeCloseable

All Superinterfaces:
AutoCloseable, Closeable

public interface SafeCloseable extends Closeable
A Closeable which does not throw IOExceptions. This enables the try-close-pattern without catching of exceptions.
See Also:
Closeable