From: Tim P. <ti...@pa...> - 2004-03-01 23:07:53
|
On Monday 01 March 2004 8:26 pm, Tim Pizey wrote: > On Monday 01 March 2004 4:30 pm, Keats wrote: > > Generally you should be able to replace reference to FastWriter with > > references to the underlying OutputStream. I am sure I am getting this wrong but: The FastWriter API only had one output object to deal with: a Writer,=20 so could be used to render to the output stream or to strings. You have now chosen to treat Strings differently to the Response, as=20 StringWriters do not have a getOutputStream method.=20 I am in a horrible position, as I know I am bound to be wrong and=20 so do not want to be assertive. yours Tim Pizey |