Greg Nudelman wrote:
> Hmmm... Maybe I should just write my own utility that I can at least
> remember the syntax for.
>
> I'm thinking something like:
>
> BufferedFileWriter fw = new BufferedFileWriter("foo.out");
> fw.write(stringBuffer.toString());
>
There you go! Java is Object Oriented and the ability to do that is an
intrinsic part of the language.Tomm To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
