KAWA ports and Java output streams

Per Bothner per@bothner.com
Fri Dec 20 10:36:00 GMT 2002


Chris Bitmead wrote:
> How can I have a Kawa port and pass the underlying Writer or 
> OutputStream to a Java function??

A Kawa OutPort *is* a Writer, so you can pass it to any Java
method that takes a Writer.

Or do you meean you need to pass the Writer/OutputStream that
was used to ocnstruct the OutPort?  If so, why?
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/



More information about the Kawa mailing list