Kenneth Sizer wrote:
If I'm doing lots of little writes, then clearly, I want to wrap whatever I'm writing to (FileWriter, etc.) in a BufferedWriter.

But suppose I am going to open the connection, make one call to "optThingy.write(myBigString)", then close the connection.

If I'm *always* going to use this idiom, does a BufferedWriter serve any purpose? Is it just overhead in this case?

I vote "yes", it is just overhead.



_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to