org.codehaus.plexus.util.xml
Class XmlStreamWriter
Writer
org.codehaus.plexus.util.xml.XmlStreamWriter
public class XmlStreamWriter
extends Writer
Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out the charset encoding of
the XML document written to the stream.
$Id: XmlStreamWriter.java 6697 2007-07-28 12:25:52Z hboutemy $
XmlStreamWriter
public XmlStreamWriter(File file)
throws FileNotFoundException
XmlStreamWriter
public XmlStreamWriter(OutputStream out)
close
public void close()
throws IOException
flush
public void flush()
throws IOException
getEncoding
public String getEncoding()
write
public void write(char[] cbuf,
int off,
int len)
throws IOException