Re: HELP!! what method functions as append() in J2SE1.5.5 bufferedWriter
Posted By:
Robert_Lybarger
Posted On:
Tuesday, August 7, 2007 08:30 PM
Just use 'write(...)' instead. The API docs clearly state that calls to append are equivalent to calls to write, plus or minus a little convenience.