Hi Cédric,
> Using a buffered writer is actually slower when you know the bytes
to write.
To be frank, it's hard for me to believe... because
BufferedOutputStream will keep the bytes to output util the buffer is full,
so it can reduce the times to access the disk(As we all know, accessing disk
is much slower than accessing memory).Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html
