IOUtils.close

closes an output stream, and logs exceptions

@param os the output stream to close

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

Meta