Description
Right now, there are several IOUtils.closeQuietly methods that take things like InputStream, OutputStream, Reader, Writer, but why not simply have one IOUtils.closeQuietly method which takes a Closeable? It seems like this would simplify things and also enhance the usability of the function.
Attachments
Issue Links
- is related to
-
IO-292 IOUtils.closeQuietly() should take a ServerSocket as a parameter
- Closed