Uses of Class
de.aristaflow.adept2.util.io.IoTools.Unchecked
Packages that use IoTools.Unchecked
-
Uses of IoTools.Unchecked in de.aristaflow.adept2.util.io
Methods in de.aristaflow.adept2.util.io that return IoTools.UncheckedModifier and TypeMethodDescriptionstatic <C extends AutoCloseable>
IoTools.Unchecked<C>IoTools.unchecked(C closeable) Wraps the designatedAutoCloseablein an unconditionalAutoCloseablethat in turn wraps any checked exceptions thrown byAutoCloseable.close()in aRuntimeException.static <C extends AutoCloseable>
IoTools.Unchecked<C>Wraps the designatedAutoCloseablein a conditionalAutoCloseablethat in turn wraps any checked exceptions thrown byAutoCloseable.close()in aRuntimeException.