Uploaded image for project: 'Commons IO'
  1. Commons IO
  2. IO-388

CloseAllQuietly Method

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Minor
    • Resolution: Implemented
    • None
    • None
    • None
    • None

    Description

      public static void closeAllQuietly(Closeable... closables) {
      for (Closeable closable : closables)

      { closeQuietly(closable); }

      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            belugabehr David Mollitor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: