public class XmlStreamWriter
extends org.apache.commons.io.output.XmlStreamWriter
Constructor and Description |
---|
XmlStreamWriter(File file) |
XmlStreamWriter(OutputStream out) |
public XmlStreamWriter(OutputStream out)
out
- OutputStream
public XmlStreamWriter(File file) throws FileNotFoundException
file
- The file to use.FileNotFoundException
- in case of not found file.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.