This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa 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: KAWA ports and Java output streams


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/


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