[jira] [Commented] (IO-380) FileUtils.copyInputStreamToFile should document it closes the input source

2014-08-07 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/IO-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1403#comment-1403 ] Benedikt Ritter commented on IO-380: I agree that closing the InputStream is the caller's

[jira] [Commented] (IO-380) FileUtils.copyInputStreamToFile should document it closes the input source

2013-05-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13651920#comment-13651920 ] Sebb commented on IO-380: - Note that copyFile(final File input, final OutputStream output) does not

[jira] [Commented] (IO-380) FileUtils.copyInputStreamToFile should document it closes the input source

2013-05-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13651925#comment-13651925 ] Sebb commented on IO-380: - URL: http://svn.apache.org/r1480284 Log: IO-380

[jira] [Commented] (IO-380) FileUtils.copyInputStreamToFile should document it closes the input source

2013-05-08 Thread Claudio Nieder (JIRA)
[ https://issues.apache.org/jira/browse/IO-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13652095#comment-13652095 ] Claudio Nieder commented on IO-380: --- I think the behaviour of copyFile Sebb mentions is

[jira] [Commented] (IO-380) FileUtils.copyInputStreamToFile should document it closes the input source

2013-05-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13652104#comment-13652104 ] Gary Gregory commented on IO-380: - Please take a look at trunk and tell us what you think.

[jira] [Commented] (IO-380) FileUtils.copyInputStreamToFile should document it closes the input source

2013-05-08 Thread Claudio Nieder (JIRA)
[ https://issues.apache.org/jira/browse/IO-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13652123#comment-13652123 ] Claudio Nieder commented on IO-380: --- I like the copyToFile very much. And the comment in

[jira] [Commented] (IO-380) FileUtils.copyInputStreamToFile should document it closes the input source

2013-05-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13652465#comment-13652465 ] Sebb commented on IO-380: - URL: http://svn.apache.org/r1480346 Log: [IO-381] Alternative