Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.1.0
-
None
-
None
Description
Since Java5 InputStream, Reader, OutputStream and Writer all implement Closeable. We can replace all the close methods with a single method accepting Closeable.
This issue was raised and fixed by Andrey Rybin.