Package com.github.tadukoo.util
Class AutoCloseableUtil
java.lang.Object
com.github.tadukoo.util.AutoCloseableUtil
Util functions for dealing with AutoCloseables.
- Version:
- 0.1-Alpha-SNAPSHOT
- Author:
- Logan Ferree (Tadukoo)
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateNot allowed to create an AutoCloseableUtil
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidcloseQuietly(AutoCloseable autoCloseable) Closes the given AutoCloseable while suppressing any error messages
- 
Constructor Details- 
AutoCloseableUtilprivate AutoCloseableUtil()Not allowed to create an AutoCloseableUtil
 
- 
- 
Method Details- 
closeQuietlyCloses the given AutoCloseable while suppressing any error messages- Parameters:
- autoCloseable- The AutoCloseable to close
 
 
-