Class XmlStreamWriter
java.lang.Object
java.io.Writer
org.codehaus.plexus.util.xml.XmlStreamWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of
the XML document written to the stream.
- Since:
- 1.4.4
- Author:
- Herve Boutemy
-
Constructor Details
-
XmlStreamWriter
-
XmlStreamWriter
- Throws:
IOException
-
-
Method Details
-
getEncoding
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-