Class CloseableGroup

    • Constructor Summary

      Constructors 
      Constructor Description
      CloseableGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addCloseable​(java.io.Closeable closeable)  
      void close()  
      • Methods inherited from class java.lang.Object

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

      • CloseableGroup

        public CloseableGroup()
    • Method Detail

      • addCloseable

        protected void addCloseable​(java.io.Closeable closeable)
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException