[io] Are FileUtils and IOUtils thread safe?

2012-09-28 Thread Yungwei Chen
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: user-h...@commons.apache.org

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

2012-10-01 Thread Yungwei Chen
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. > - > To unsubscribe, e-mail: user-unsubscr...@commons.apache.org &

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

2012-10-01 Thread Yungwei Chen
attempting to write to the same file? On Mon, Oct 1, 2012 at 12:55 PM, Yungwei Chen wrote: > Specifically FileUtils.writeStringToFile(file, data, encoding, false), which > in turn calls IOUtils.write(). > Thanks. > > -Original Message- > From: Daniel Pitts [mailto:coloraura