IOUtils.close

closes an input stream, and logs exceptions

@param input the input stream to close

  1. void close(Closeable closeable)
  2. void close(InputStream input)
    class IOUtils
    static
    void
    close
  3. void close(OutputStream os)

Meta