Re: [io] FileUtils

2014-08-06 Thread sebb
Oops - looks like it was done as part of IO-380 (not yet released). See also IO-381 which adds a method that does not close the input stream: public static void copyToFile(final InputStream source, final File destination) On 6 August 2014 19:10, Alex P wrote: > Could you point me out. > > 2.4 d

RE: [io] FileUtils

2014-08-06 Thread Kish, Robert
Version 2.5's snapshot at http://commons.apache.org/proper/commons-io/apidocs/index.html contains the close portion. -Original Message- From: Alex P [mailto:student...@gmail.com] Sent: Wednesday, August 06, 2014 02:11 PM To: Commons Developers List Subject: Re: [io] FileUtils Could you

Re: [io] FileUtils

2014-08-06 Thread Alex P
Could you point me out. 2.4 does not say that: http://commons.apache.org/proper/commons-io/javadocs/api-2.4/org/apache/commons/io/FileUtils.html#copyInputStreamToFile%28java.io.InputStream,%20java.io.File%29 WBR AlexP. On Wed, Aug 6, 2014 at 1:55 PM, sebb wrote: > On 6 August 2014 18:47, A

Re: [CSV] Trying RC3?

2014-08-06 Thread Gary Gregory
On Tue, Aug 5, 2014 at 1:07 AM, Benedikt Ritter wrote: > > > > Am 05.08.2014 um 03:20 schrieb Gary Gregory : > > > > On Mon, Aug 4, 2014 at 5:32 PM, Benedikt Ritter > > wrote: > > > >> Maybe it's just the "Character" that bugs me... How do you like > >> getEscapeSymbol() ? > > > > That's confusi

Re: [io] FileUtils

2014-08-06 Thread sebb
On 6 August 2014 18:47, Alex P wrote: > Hi All, > > FileUtils.copyInputStreamToFile(...) closes the source InputStream, what I > don't think is correct. > What do you think? The Javadoc clearly states that the source is closed. > With best regards, >AlexP. --

[io] FileUtils

2014-08-06 Thread Alex P
Hi All, FileUtils.copyInputStreamToFile(...) closes the source InputStream, what I don't think is correct. What do you think? With best regards, AlexP.