程序包 web_tools

类 WebUtil

java.lang.Object
web_tools.WebUtil

public class WebUtil extends Object
A class that contains a useful method to close all the instances of Closeable you pass. No constructor provided.
  • 方法详细资料

    • closeAll

      public static void closeAll(Closeable... cs)
      Close all the instances of Closeable you pass.
      参数:
      cs - The instances of Closeable you want to close.