This is the mail archive of the frysk@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: toPrint vs toString


Sami Wagiaalla wrote:

   public void toPrint()
       stringWriter = new StringBuffer()
       printWriter = new PrintWriter(stringWriter)
       toPrint(printWriter)
       return stringWriter.toString();
this should be stringWriter.getBuffer().toString();

nm... I thought I was saving people from a trap I fell into but it looks like it works.
my bad.


Sami


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]