Uses of Class
de.aristaflow.adept2.util.io.IoTools.Quiet
Packages that use IoTools.Quiet
-
Uses of IoTools.Quiet in de.aristaflow.adept2.util.io
Methods in de.aristaflow.adept2.util.io that return IoTools.QuietModifier and TypeMethodDescriptionstatic <C extends AutoCloseable>
IoTools.Quiet<C>Wraps the designatedAutoCloseablein an unconditionalAutoCloseablethat logs any exception thrown byAutoCloseable.close().static <C extends AutoCloseable>
IoTools.Quiet<C>Wraps the designatedAutoCloseablein a conditionalAutoCloseablethat logs any exception thrown byAutoCloseable.close().