RE: [io] Are FileUtils and IOUtils thread safe?

2012-10-01 Thread Yungwei Chen
Specifically FileUtils.writeStringToFile(file, data, encoding, false), which in turn calls IOUtils.write(). Thanks. -Original Message- From: Daniel Pitts [mailto:coloraura@gmail.com] Sent: Saturday, September 29, 2012 1:10 AM To: Commons Users List Subject: Re: [io] Are FileUtils

Re: [io] Are FileUtils and IOUtils thread safe?

2012-10-01 Thread James Carman
- From: Daniel Pitts [mailto:coloraura@gmail.com] Sent: Saturday, September 29, 2012 1:10 AM To: Commons Users List Subject: Re: [io] Are FileUtils and IOUtils thread safe? On 9/28/12 8:20 PM, Yungwei Chen wrote: Hi, I would like to know if FileUtils and IOUtils are thread safe. Thanks

RE: [io] Are FileUtils and IOUtils thread safe?

2012-10-01 Thread Yungwei Chen
No. -Original Message- From: jcar...@carmanconsulting.com [mailto:jcar...@carmanconsulting.com] On Behalf Of James Carman Sent: Monday, October 01, 2012 12:03 PM To: Commons Users List Subject: Re: [io] Are FileUtils and IOUtils thread safe? Would you have two different threads

Re: [io] Are FileUtils and IOUtils thread safe?

2012-09-30 Thread sebb
Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Date: Sat, 29 Sep 2012 12:49:57 +0100 Subject: Re: [io] Are FileUtils and IOUtils thread safe? From: seb...@gmail.com To: user@commons.apache.org On 29 September 2012

Re: [io] Are FileUtils and IOUtils thread safe?

2012-09-29 Thread Daniel Pitts
On 9/28/12 8:20 PM, Yungwei Chen wrote: Hi, I would like to know if FileUtils and IOUtils are thread safe. Thanks. - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail:

Re: [io] Are FileUtils and IOUtils thread safe?

2012-09-29 Thread sebb
On 29 September 2012 04:20, Yungwei Chen yung...@resolvity.com wrote: Hi, I would like to know if FileUtils and IOUtils are thread safe. Thanks. The classes themselves are immutable and so are thread safe. However, many of them use JVM classes that may not be thread safe. Also, methods that

RE: [io] Are FileUtils and IOUtils thread safe?

2012-09-29 Thread Martin Gainty
Haftung fuer den Inhalt uebernehmen. Date: Sat, 29 Sep 2012 12:49:57 +0100 Subject: Re: [io] Are FileUtils and IOUtils thread safe? From: seb...@gmail.com To: user@commons.apache.org On 29 September 2012 04:20, Yungwei Chen yung...@resolvity.com wrote: Hi, I would like to know