Package nom.tam.util

Class SafeClose


  • public final class SafeClose
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Logger LOG  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SafeClose()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void close​(java.io.Closeable io)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        private static final java.util.logging.Logger LOG
    • Constructor Detail

      • SafeClose

        private SafeClose()
    • Method Detail

      • close

        public static void close​(java.io.Closeable io)