Sorry for the delayed reply,

So when you mean native you mean C/C++  decoders? If I am selected, are you 
sure this will take the whole summer? What happens if I get this wrapped up in 
a month? I am committed to the whole summer.

Christopher L. Ramsey

From: Michael Glavassevich 
Sent: Wednesday, March 21, 2012 13:10
To: [email protected] 
Subject: Re: XMLStreamWriter

Hi Christopher,

An XMLStreamWriter should be able to write to any java.io.OutputStream or 
java.io.Writer. It needs to take care of the encoding when the target is an 
OutputStream. This can be as simple as wrapping it in an 
java.io.OutputStreamWriter and as complex as having native support in the 
serializer for char to byte conversions (for each encoding), the latter usually 
being done in XML serializers for performance reasons.

Thanks.

Michael Glavassevich
XML Technologies and WAS Development
IBM Toronto Lab
E-mail: [email protected]
E-mail: [email protected]

"Christopher L. Ramsey" <[email protected]> wrote on 03/21/2012 
12:47:31 PM:

> I have some questions about the XMLStreamWriter? Would this 
> serialize to an FileWriter and a FileInputStream or would this be 
> able to filter to any stream or writer. I think it should be able to
> support any of them, and maybe use a string decoder if somebody 
> wants a different encoding? What do you think?
> 
> --Christopher L. Ramsey

Reply via email to