[ https://issues.apache.org/jira/browse/HADOOP-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515970 ]
Enis Soztutar commented on HADOOP-1654: --------------------------------------- There is already an overloaded version which does not take conf, but buffSize. {code} public static void copyBytes(InputStream in, OutputStream out, int buffSize, boolean close) {code} > IOUtils class > ------------- > > Key: HADOOP-1654 > URL: https://issues.apache.org/jira/browse/HADOOP-1654 > Project: Hadoop > Issue Type: Improvement > Components: io > Affects Versions: 0.15.0 > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.15.0 > > Attachments: IOUtils_v1.0.patch, IOUtils_v1.1.patch, > IOUtils_v1.2.patch > > > In the current situation, {{FileUtil}} class includes both file related and > io related functionality. This issue intends to separate the two. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.