Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add IOUtils copy() methods with java.lang.Appendable as the target:
- org.apache.commons.io.IOUtils.copy(Reader, Appendable)
- org.apache.commons.io.IOUtils.copy(Reader, Appendable, CharBuffer)