Package org.apache.solr.common.util
Class IOUtils
- java.lang.Object
- 
- org.apache.solr.common.util.IOUtils
 
- 
 public class IOUtils extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description IOUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcloseQuietly(Closeable closeable)static voidcloseQuietly(AutoCloseable closeable)
 
- 
- 
- 
Method Detail- 
closeQuietlypublic static void closeQuietly(AutoCloseable closeable) 
 - 
closeQuietlypublic static void closeQuietly(Closeable closeable) 
 
- 
 
-