Class CloseUtil


  • public final class CloseUtil
    extends java.lang.Object
    关闭各种资源方法
    Author:
    WD
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void close​(java.lang.AutoCloseable... cs)
      关闭Close流数据源接口
      • Methods inherited from class java.lang.Object

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

      • close

        public static void close​(java.lang.AutoCloseable... cs)
        关闭Close流数据源接口
        Parameters:
        cs - 流数据源