Class XmlStreamWriter

java.lang.Object
java.io.Writer
org.apache.commons.io.output.XmlStreamWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class XmlStreamWriter extends Writer
Character stream that handles all the necessary work to figure out the charset encoding of the XML document written to the stream.

To build an instance, use XmlStreamWriter.Builder.

Since:
2.0
See Also: